summaryrefslogtreecommitdiff
path: root/src/net/eathena/adminhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/adminhandler.h')
-rw-r--r--src/net/eathena/adminhandler.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/net/eathena/adminhandler.h b/src/net/eathena/adminhandler.h
index e1e76f75f..97571f05b 100644
--- a/src/net/eathena/adminhandler.h
+++ b/src/net/eathena/adminhandler.h
@@ -76,12 +76,6 @@ class AdminHandler final : public MessageHandler, public Ea::AdminHandler
void requestStats(const std::string &name) override final;
protected:
- static void processAdminGetLoginAck(Net::MessageIn &msg);
-
- static void processSetTileType(Net::MessageIn &msg);
-
- static void processAccountStats(Net::MessageIn &msg);
-
static std::string mStatsName;
};