summaryrefslogtreecommitdiffstats
path: root/source/blocks/BlockCrops.h
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-08-28 23:58:33 +0200
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-08-28 23:58:33 +0200
commit0425d8c8a5f68ca571da87086180070f26156e82 (patch)
treec0f7d86db1260602a2cdffc24f8c23fcd2a10b2e /source/blocks/BlockCrops.h
parentRemoved false positives in leakfinder for webserver - by using raw char arrays instead of std::string for const data. (diff)
downloadcuberite-0425d8c8a5f68ca571da87086180070f26156e82.tar
cuberite-0425d8c8a5f68ca571da87086180070f26156e82.tar.gz
cuberite-0425d8c8a5f68ca571da87086180070f26156e82.tar.bz2
cuberite-0425d8c8a5f68ca571da87086180070f26156e82.tar.lz
cuberite-0425d8c8a5f68ca571da87086180070f26156e82.tar.xz
cuberite-0425d8c8a5f68ca571da87086180070f26156e82.tar.zst
cuberite-0425d8c8a5f68ca571da87086180070f26156e82.zip
Diffstat (limited to '')
-rw-r--r--source/blocks/BlockCrops.h2
1 files changed, 0 insertions, 2 deletions
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