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/CommandBlockEntity.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/BlockEntities/CommandBlockEntity.h') diff --git a/src/BlockEntities/CommandBlockEntity.h b/src/BlockEntities/CommandBlockEntity.h index 715fe445c..a24a34287 100644 --- a/src/BlockEntities/CommandBlockEntity.h +++ b/src/BlockEntities/CommandBlockEntity.h @@ -26,8 +26,6 @@ class cCommandBlockEntity : public: // tolua_export - BLOCKENTITY_PROTODEF(cCommandBlockEntity) - /** Creates a new empty command block entity */ cCommandBlockEntity(BLOCKTYPE a_BlockType, NIBBLETYPE a_BlockMeta, Vector3i a_Pos, cWorld * a_World); @@ -73,7 +71,3 @@ private: NIBBLETYPE m_Result; } ; // tolua_export - - - - -- cgit v1.2.3