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/SignEntity.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/BlockEntities/SignEntity.h') diff --git a/src/BlockEntities/SignEntity.h b/src/BlockEntities/SignEntity.h index 83eb0352d..b5abd9f51 100644 --- a/src/BlockEntities/SignEntity.h +++ b/src/BlockEntities/SignEntity.h @@ -25,8 +25,6 @@ class cSignEntity : public: // tolua_export - BLOCKENTITY_PROTODEF(cSignEntity) - /** Creates a new empty sign entity at the specified block coords and block type (wall or standing). a_World may be nullptr */ cSignEntity(BLOCKTYPE a_BlockType, NIBBLETYPE a_BlockMeta, Vector3i a_Pos, cWorld * a_World); @@ -52,7 +50,3 @@ private: AString m_Line[4]; } ; // tolua_export - - - - -- cgit v1.2.3