From b50eee3c4571c4a4657bc14c2935067d833bb801 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 23 Dec 2015 01:48:19 +0300 Subject: Add const attribute to net classes. --- src/net/ea/inventoryhandler.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/net/ea/inventoryhandler.cpp') diff --git a/src/net/ea/inventoryhandler.cpp b/src/net/ea/inventoryhandler.cpp index 44931ae8a..8f1fbe332 100644 --- a/src/net/ea/inventoryhandler.cpp +++ b/src/net/ea/inventoryhandler.cpp @@ -76,11 +76,6 @@ void InventoryHandler::moveItem(const int oldIndex A_UNUSED, // Not implemented for eAthena (possible?) } -void InventoryHandler::openStorage(const int type A_UNUSED) const -{ - // Doesn't apply to eAthena, since opening happens through NPCs? -} - size_t InventoryHandler::getSize(const InventoryTypeT type) const { switch (type) -- cgit v1.2.3-70-g09d2