summaryrefslogtreecommitdiffstats
path: root/source/BlockEntities/ChestEntity.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/BlockEntities/ChestEntity.h')
-rw-r--r--source/BlockEntities/ChestEntity.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/BlockEntities/ChestEntity.h b/source/BlockEntities/ChestEntity.h
index c6676894f..4f2c21e91 100644
--- a/source/BlockEntities/ChestEntity.h
+++ b/source/BlockEntities/ChestEntity.h
@@ -34,10 +34,6 @@ public:
ContentsWidth = 9,
} ;
-
- /// Constructor used while generating a chunk; sets m_World to NULL
- cChestEntity(int a_BlockX, int a_BlockY, int a_BlockZ);
-
// tolua_end
/// Constructor used for normal operation