From 0425d8c8a5f68ca571da87086180070f26156e82 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Tue, 28 Aug 2012 21:58:33 +0000 Subject: Fixed a few warnings git-svn-id: http://mc-server.googlecode.com/svn/trunk@799 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/blocks/BlockCrops.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blocks/BlockCrops.h') diff --git a/source/blocks/BlockCrops.h b/source/blocks/BlockCrops.h index fb4934540..b5b543e76 100644 --- a/source/blocks/BlockCrops.h +++ b/source/blocks/BlockCrops.h @@ -31,8 +31,6 @@ public: MTRand rand; NIBBLETYPE Meta = a_World->GetBlockMeta(a_X, a_Y, a_Z); - ENUM_ITEM_ID Drop = E_ITEM_EMPTY; - cItems Drops; if(Meta & 0x7) //Is Wheat -- cgit v1.2.3