From 6d85435f60e4fa94b1956ceb44c7dddd92c4b39b Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Tue, 20 Oct 2020 12:28:45 +0100 Subject: Remove BLOCKENTITY_PROTODEF --- src/BlockEntities/FlowerPotEntity.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/BlockEntities/FlowerPotEntity.h') 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 - - - - -- cgit v1.2.3