summaryrefslogtreecommitdiff
path: root/src/net/eathena/auctionhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/auctionhandler.h')
-rw-r--r--src/net/eathena/auctionhandler.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/net/eathena/auctionhandler.h b/src/net/eathena/auctionhandler.h
index db20ee341..df0f57e61 100644
--- a/src/net/eathena/auctionhandler.h
+++ b/src/net/eathena/auctionhandler.h
@@ -62,17 +62,6 @@ class AuctionHandler final : public MessageHandler, public Net::AuctionHandler
void buy() const override final;
void sell() const override final;
-
- protected:
- static void processOpenWindow(Net::MessageIn &msg);
-
- static void processAuctionResults(Net::MessageIn &msg);
-
- static void processAuctionSetItem(Net::MessageIn &msg);
-
- static void processAuctionMessage(Net::MessageIn &msg);
-
- static void processAuctionClose(Net::MessageIn &msg);
};
} // namespace EAthena