diff options
Diffstat (limited to '')
-rw-r--r-- | src/BlockEntities/BrewingstandEntity.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/BlockEntities/BrewingstandEntity.h b/src/BlockEntities/BrewingstandEntity.h index 90c6003df..5f6822ff7 100644 --- a/src/BlockEntities/BrewingstandEntity.h +++ b/src/BlockEntities/BrewingstandEntity.h @@ -40,8 +40,6 @@ public: // tolua_end - BLOCKENTITY_PROTODEF(cBrewingstandEntity) - /** Constructor used for normal operation */ cBrewingstandEntity(BLOCKTYPE a_BlockType, NIBBLETYPE a_BlockMeta, Vector3i a_Pos, cWorld * a_World); @@ -144,10 +142,4 @@ protected: // cItemGrid::cListener overrides: virtual void OnSlotChanged(cItemGrid * a_ItemGrid, int a_SlotNum) override; - } ; // tolua_export - - - - - |