summaryrefslogtreecommitdiff
path: root/src/net/tmwa/loginhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-08-27 18:28:19 +0300
committerAndrei Karas <akaras@inbox.ru>2015-08-27 18:28:19 +0300
commitcce98d5c3e1a8e48246eed2fa8df63f0500198db (patch)
tree7d7b4a03ef9bb410d357be5a17a81ab396f10a07 /src/net/tmwa/loginhandler.h
parent750a31150ed7fc4b3e7b295552207783f7e4a0d3 (diff)
downloadManaVerse-cce98d5c3e1a8e48246eed2fa8df63f0500198db.tar.gz
ManaVerse-cce98d5c3e1a8e48246eed2fa8df63f0500198db.tar.bz2
ManaVerse-cce98d5c3e1a8e48246eed2fa8df63f0500198db.tar.xz
ManaVerse-cce98d5c3e1a8e48246eed2fa8df63f0500198db.zip
Move receive code from loginhandler into separate file.
Diffstat (limited to 'src/net/tmwa/loginhandler.h')
-rw-r--r--src/net/tmwa/loginhandler.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/net/tmwa/loginhandler.h b/src/net/tmwa/loginhandler.h
index 9db07dee5..48a9e060e 100644
--- a/src/net/tmwa/loginhandler.h
+++ b/src/net/tmwa/loginhandler.h
@@ -69,10 +69,6 @@ class LoginHandler final : public MessageHandler, public Ea::LoginHandler
const std::string &restrict password,
const std::string &restrict email)
const override final;
-
- static void processServerVersion(Net::MessageIn &msg);
-
- static void processCharPasswordResponse(Net::MessageIn &msg);
};
} // namespace TmwAthena