summaryrefslogtreecommitdiffstats
path: root/src/BlockEntities/MobHeadEntity.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/BlockEntities/MobHeadEntity.h')
-rw-r--r--src/BlockEntities/MobHeadEntity.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/BlockEntities/MobHeadEntity.h b/src/BlockEntities/MobHeadEntity.h
index fe82a1027..5ed2d8d01 100644
--- a/src/BlockEntities/MobHeadEntity.h
+++ b/src/BlockEntities/MobHeadEntity.h
@@ -27,8 +27,6 @@ class cMobHeadEntity :
public: // tolua_export
- BLOCKENTITY_PROTODEF(cMobHeadEntity)
-
/** Creates a new mob head entity at the specified block coords. a_World may be nullptr */
cMobHeadEntity(BLOCKTYPE a_BlockType, NIBBLETYPE a_BlockMeta, Vector3i a_Pos, cWorld * a_World);
@@ -85,7 +83,3 @@ private:
AString m_OwnerTexture;
AString m_OwnerTextureSignature;
} ; // tolua_export
-
-
-
-