diff options
Diffstat (limited to 'src/BlockEntities/EnderChestEntity.h')
-rw-r--r-- | src/BlockEntities/EnderChestEntity.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/BlockEntities/EnderChestEntity.h b/src/BlockEntities/EnderChestEntity.h index e380d1e3e..bb5974b15 100644 --- a/src/BlockEntities/EnderChestEntity.h +++ b/src/BlockEntities/EnderChestEntity.h @@ -19,8 +19,6 @@ class cEnderChestEntity : public: // tolua_export - BLOCKENTITY_PROTODEF(cEnderChestEntity) - cEnderChestEntity(BLOCKTYPE a_BlockType, NIBBLETYPE a_BlockMeta, Vector3i a_Pos, cWorld * a_World); virtual ~cEnderChestEntity() override; @@ -34,7 +32,3 @@ public: // tolua_export /** Opens a new enderchest window for this enderchest */ void OpenNewWindow(void); } ; // tolua_export - - - - |