diff options
Diffstat (limited to '')
-rw-r--r-- | src/BlockEntities/FlowerPotEntity.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/BlockEntities/FlowerPotEntity.h b/src/BlockEntities/FlowerPotEntity.h index 5ba4e4ab2..c93e2f4d9 100644 --- a/src/BlockEntities/FlowerPotEntity.h +++ b/src/BlockEntities/FlowerPotEntity.h @@ -16,7 +16,6 @@ // tolua_begin - class cFlowerPotEntity : public cBlockEntity { @@ -26,8 +25,6 @@ class cFlowerPotEntity : public: // tolua_export - BLOCKENTITY_PROTODEF(cFlowerPotEntity) - /** Creates a new flowerpot entity at the specified block coords. a_World may be nullptr */ cFlowerPotEntity(BLOCKTYPE a_BlockType, NIBBLETYPE a_BlockMeta, Vector3i a_Pos, cWorld * a_World); @@ -57,7 +54,3 @@ private: cItem m_Item; } ; // tolua_export - - - - |