diff options
Diffstat (limited to 'src/net/eathena/buyingstorehandler.h')
-rw-r--r-- | src/net/eathena/buyingstorehandler.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/net/eathena/buyingstorehandler.h b/src/net/eathena/buyingstorehandler.h index 53cc6fcef..3fc1dd603 100644 --- a/src/net/eathena/buyingstorehandler.h +++ b/src/net/eathena/buyingstorehandler.h @@ -52,27 +52,6 @@ class BuyingStoreHandler final : public MessageHandler, const int storeId, const Item *const item, const int amount) const override final; - - protected: - static void processBuyingStoreOpen(Net::MessageIn &msg); - - static void processBuyingStoreCreateFailed(Net::MessageIn &msg); - - static void processBuyingStoreOwnItems(Net::MessageIn &msg); - - static void processBuyingStoreShowBoard(Net::MessageIn &msg); - - static void processBuyingStoreHideBoard(Net::MessageIn &msg); - - static void processBuyingStoreItemsList(Net::MessageIn &msg); - - static void processBuyingStoreSellFailed(Net::MessageIn &msg); - - static void processBuyingStoreReport(Net::MessageIn &msg); - - static void processBuyingStoreDeleteItem(Net::MessageIn &msg); - - static void processBuyingStoreSellerSellFailed(Net::MessageIn &msg); }; } // namespace EAthena |