summaryrefslogtreecommitdiff
path: root/src/net/eathena/cashshophandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/cashshophandler.h')
-rw-r--r--src/net/eathena/cashshophandler.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/net/eathena/cashshophandler.h b/src/net/eathena/cashshophandler.h
index 851b62527..fd776c923 100644
--- a/src/net/eathena/cashshophandler.h
+++ b/src/net/eathena/cashshophandler.h
@@ -53,21 +53,6 @@ class CashShopHandler final : public MessageHandler,
void requestTab(const int tab) const override final;
void schedule() const override final;
-
- protected:
- static void processCashShopOpen(Net::MessageIn &msg);
-
- static void processCashShopBuyAck(Net::MessageIn &msg);
-
- static void processCashShopPoints(Net::MessageIn &msg);
-
- static void processCashShopBuy(Net::MessageIn &msg);
-
- static void processCashShopTabPriceList(Net::MessageIn &msg);
-
- static void processCashShopSchedule(Net::MessageIn &msg);
-
- static BuyDialog *mBuyDialog;
};
} // namespace EAthena