summaryrefslogtreecommitdiff
path: root/src/net/eathena/vendinghandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/vendinghandler.h')
-rw-r--r--src/net/eathena/vendinghandler.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/net/eathena/vendinghandler.h b/src/net/eathena/vendinghandler.h
index 5fb9a3ef5..15a794719 100644
--- a/src/net/eathena/vendinghandler.h
+++ b/src/net/eathena/vendinghandler.h
@@ -55,25 +55,6 @@ class VendingHandler final : public MessageHandler,
void createShop(const std::string &name,
const bool flag,
std::vector<ShopItem*> &items) const override final;
-
- protected:
- static void processOpenReq(Net::MessageIn &msg);
-
- static void processShowBoard(Net::MessageIn &msg);
-
- static void processHideBoard(Net::MessageIn &msg);
-
- static void processItemsList(Net::MessageIn &msg);
-
- static void processBuyAck(Net::MessageIn &msg);
-
- static void processOpen(Net::MessageIn &msg);
-
- static void processReport(Net::MessageIn &msg);
-
- static void processOpenStatus(Net::MessageIn &msg);
-
- static BuyDialog *mBuyDialog;
};
} // namespace EAthena