From 699835e4664fd4e22d7178b40897e0fd4b366a93 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 24 Aug 2015 17:16:48 +0300 Subject: Move receive code from buyingstorehandler into separate file. --- src/net/eathena/buyingstorehandler.h | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'src/net/eathena/buyingstorehandler.h') 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 -- cgit v1.2.3-70-g09d2