diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-09-09 17:40:06 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-09-09 17:40:06 +0300 |
commit | 8d519af0d6a5a7c3477e684269172b8163495a85 (patch) | |
tree | 027e57ee17fc5a663467358d0408b30c662c416e /src/net/ea/inventoryrecv.h | |
parent | 1da80a3312ae865ed5d84271fc0cf53b82d87f15 (diff) | |
download | plus-8d519af0d6a5a7c3477e684269172b8163495a85.tar.gz plus-8d519af0d6a5a7c3477e684269172b8163495a85.tar.bz2 plus-8d519af0d6a5a7c3477e684269172b8163495a85.tar.xz plus-8d519af0d6a5a7c3477e684269172b8163495a85.zip |
Move processPlayerInventoryRemove from ea namespace into eathena and tmwa.
Diffstat (limited to 'src/net/ea/inventoryrecv.h')
-rw-r--r-- | src/net/ea/inventoryrecv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/net/ea/inventoryrecv.h b/src/net/ea/inventoryrecv.h index b6d6dbdce..52f442911 100644 --- a/src/net/ea/inventoryrecv.h +++ b/src/net/ea/inventoryrecv.h @@ -52,7 +52,6 @@ namespace Ea extern PickupQueue mSentPickups; extern bool mDebugInventory; - void processPlayerInventoryRemove(Net::MessageIn &msg); void processPlayerInventoryUse(Net::MessageIn &msg); void processItemUseResponse(Net::MessageIn &msg); void processPlayerStorageStatus(Net::MessageIn &msg); |