diff options
Diffstat (limited to 'src/net/ea/inventoryhandler.h')
-rw-r--r-- | src/net/ea/inventoryhandler.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/net/ea/inventoryhandler.h b/src/net/ea/inventoryhandler.h index f82cf5780..734e894f0 100644 --- a/src/net/ea/inventoryhandler.h +++ b/src/net/ea/inventoryhandler.h @@ -73,9 +73,6 @@ class InventoryHandler notfinal : public Net::InventoryHandler size_t getSize(const int type) const override final A_WARN_UNUSED; - int convertFromServerSlot(const int serverSlot) - const override final A_WARN_UNUSED; - void pushPickup(const int floorId) { mSentPickups.push(floorId); } |