diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-02 22:20:27 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-06 01:18:56 +0300 |
commit | c2402dcae7a8b30c1db02a9bcc92839cfe30bd0c (patch) | |
tree | efaa4dee3ba0b2af0443599d755436238cf24178 /src/net/eathena/loginhandler.h | |
parent | d15ad0884f0c551cb8af721537b21c536a11c79d (diff) | |
download | mv-c2402dcae7a8b30c1db02a9bcc92839cfe30bd0c.tar.gz mv-c2402dcae7a8b30c1db02a9bcc92839cfe30bd0c.tar.bz2 mv-c2402dcae7a8b30c1db02a9bcc92839cfe30bd0c.tar.xz mv-c2402dcae7a8b30c1db02a9bcc92839cfe30bd0c.zip |
eathena: remove some unused packets.
Diffstat (limited to 'src/net/eathena/loginhandler.h')
-rw-r--r-- | src/net/eathena/loginhandler.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/net/eathena/loginhandler.h b/src/net/eathena/loginhandler.h index 04af33b9a..b30de728c 100644 --- a/src/net/eathena/loginhandler.h +++ b/src/net/eathena/loginhandler.h @@ -62,8 +62,6 @@ class LoginHandler final : public MessageHandler, public Ea::LoginHandler ServerInfo *getCharServer() const override final A_WARN_UNUSED; - static void requestUpdateHosts(); - void processUpdateHost2(Net::MessageIn &msg) const; void processLoginError2(Net::MessageIn &msg) const; |