diff options
Diffstat (limited to 'src/BlockEntities/SignEntity.h')
-rw-r--r-- | src/BlockEntities/SignEntity.h | 6 |
1 files changed, 0 insertions, 6 deletions
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 - - - - |