summaryrefslogtreecommitdiffstats
path: root/source/BlockEntities/FurnaceEntity.h
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-11-15 09:36:43 +0100
committermadmaxoft <github@xoft.cz>2013-11-15 09:49:56 +0100
commitebb2ccaa267116106002f358e18c5af58e13ec34 (patch)
tree0ae3962669ac528efcd3db84c69950431909b202 /source/BlockEntities/FurnaceEntity.h
parentMerge pull request #349 from SamJBarney/master (diff)
downloadcuberite-ebb2ccaa267116106002f358e18c5af58e13ec34.tar
cuberite-ebb2ccaa267116106002f358e18c5af58e13ec34.tar.gz
cuberite-ebb2ccaa267116106002f358e18c5af58e13ec34.tar.bz2
cuberite-ebb2ccaa267116106002f358e18c5af58e13ec34.tar.lz
cuberite-ebb2ccaa267116106002f358e18c5af58e13ec34.tar.xz
cuberite-ebb2ccaa267116106002f358e18c5af58e13ec34.tar.zst
cuberite-ebb2ccaa267116106002f358e18c5af58e13ec34.zip
Diffstat (limited to '')
-rw-r--r--source/BlockEntities/FurnaceEntity.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/BlockEntities/FurnaceEntity.h b/source/BlockEntities/FurnaceEntity.h
index 038f60600..9464fd175 100644
--- a/source/BlockEntities/FurnaceEntity.h
+++ b/source/BlockEntities/FurnaceEntity.h
@@ -39,9 +39,6 @@ public:
ContentsHeight = 1,
};
- /// Constructor used while generating a chunk; sets m_World to NULL
- cFurnaceEntity(int a_BlockX, int a_BlockY, int a_BlockZ, BLOCKTYPE a_BlockType, NIBBLETYPE a_BlockMeta);
-
// tolua_end
/// Constructor used for normal operation