summaryrefslogtreecommitdiffstats
path: root/src/BlockEntities/DropperEntity.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/BlockEntities/DropperEntity.h')
-rw-r--r--src/BlockEntities/DropperEntity.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/BlockEntities/DropperEntity.h b/src/BlockEntities/DropperEntity.h
index 3ba2cbbe5..ea12a89b9 100644
--- a/src/BlockEntities/DropperEntity.h
+++ b/src/BlockEntities/DropperEntity.h
@@ -25,18 +25,11 @@ class cDropperEntity :
public: // tolua_export
- BLOCKENTITY_PROTODEF(cDropperEntity)
-
/** Constructor used for normal operation */
cDropperEntity(BLOCKTYPE a_BlockType, NIBBLETYPE a_BlockMeta, Vector3i a_Pos, cWorld * a_World);
-
protected:
// cDropSpenserEntity overrides:
virtual void DropSpenseFromSlot(cChunk & a_Chunk, int a_SlotNum) override;
} ; // tolua_export
-
-
-
-