diff options
Diffstat (limited to 'src/inventory.h')
-rw-r--r-- | src/inventory.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/inventory.h b/src/inventory.h index 276002d28..eb063d4ad 100644 --- a/src/inventory.h +++ b/src/inventory.h @@ -211,7 +211,6 @@ public: u32 getWidth() const; // Count used slots u32 getUsedSlots() const; - u32 getFreeSlots() const; // Get reference to item const ItemStack& getItem(u32 i) const; |