diff options
Diffstat (limited to '')
-rw-r--r-- | src/BlockArea.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/BlockArea.h b/src/BlockArea.h index f9dd388c0..50bb54a4c 100644 --- a/src/BlockArea.h +++ b/src/BlockArea.h @@ -425,8 +425,6 @@ public: /** Direct read-only access to block entities. */ const cBlockEntities & GetBlockEntities(void) const { ASSERT(HasBlockEntities()); return *m_BlockEntities; } - /** Returns the pickups that would result if the block at the specified position was mined by a_Digger, using a_Tool. */ - cItems PickupsFromBlock(Vector3i a_AbsPos, const cEntity * a_Digger = nullptr, const cItem * a_Tool = nullptr); protected: |