diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-03-06 03:22:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-03-06 03:22:03 +0300 |
commit | fe4bd9d594ae6c305c9c51a32fca503dbb2e0771 (patch) | |
tree | e0793ac44f6fc596f3a8a7ca1342d65c2e24953b /src/net/ea/inventoryrecv.h | |
parent | 2b019f52da91cb37c00dfa34be6dd3e99e459d47 (diff) | |
download | plus-fe4bd9d594ae6c305c9c51a32fca503dbb2e0771.tar.gz plus-fe4bd9d594ae6c305c9c51a32fca503dbb2e0771.tar.bz2 plus-fe4bd9d594ae6c305c9c51a32fca503dbb2e0771.tar.xz plus-fe4bd9d594ae6c305c9c51a32fca503dbb2e0771.zip |
Move InventoryRecv::getSlot form ea namespace into tmwa and eathena.
Diffstat (limited to 'src/net/ea/inventoryrecv.h')
-rw-r--r-- | src/net/ea/inventoryrecv.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/net/ea/inventoryrecv.h b/src/net/ea/inventoryrecv.h index 954a5216e..472dc8362 100644 --- a/src/net/ea/inventoryrecv.h +++ b/src/net/ea/inventoryrecv.h @@ -58,8 +58,6 @@ namespace Ea void processPlayerStorageClose(Net::MessageIn &msg); void processPlayerAttackRange(Net::MessageIn &msg); void processPlayerArrowEquip(Net::MessageIn &msg); - - int getSlot(const int eAthenaSlot) A_WARN_UNUSED; } // namespace InventoryRecv } // namespace Ea |