From c2402dcae7a8b30c1db02a9bcc92839cfe30bd0c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 2 Sep 2014 22:20:27 +0300 Subject: eathena: remove some unused packets. --- src/net/eathena/loginhandler.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/net/eathena/loginhandler.cpp') diff --git a/src/net/eathena/loginhandler.cpp b/src/net/eathena/loginhandler.cpp index d031a9f13..2c641bace 100644 --- a/src/net/eathena/loginhandler.cpp +++ b/src/net/eathena/loginhandler.cpp @@ -157,13 +157,6 @@ ServerInfo *LoginHandler::getCharServer() const return &charServer; } -void LoginHandler::requestUpdateHosts() -{ - MessageOut outMsg(CMSG_SEND_CLIENT_INFO); - outMsg.writeInt8(CLIENT_PROTOCOL_VERSION); - outMsg.writeInt8(0, "unused"); -} - void LoginHandler::processUpdateHost2(Net::MessageIn &msg) const { const int len = msg.readInt16("len") - 4; -- cgit v1.2.3-70-g09d2