summaryrefslogtreecommitdiff
path: root/src/net
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-05-15 22:03:04 +0300
committerAndrei Karas <akaras@inbox.ru>2019-05-15 22:03:04 +0300
commitc745c9740235803a3c107820e50a2019856e99b8 (patch)
treead2ae3cc16d87aa0a602c1aa3f46bd1856a3756a /src/net
parentb4f5251b73934b314c13af73833e76823bd53d28 (diff)
downloadplus-c745c9740235803a3c107820e50a2019856e99b8.tar.gz
plus-c745c9740235803a3c107820e50a2019856e99b8.tar.bz2
plus-c745c9740235803a3c107820e50a2019856e99b8.tar.xz
plus-c745c9740235803a3c107820e50a2019856e99b8.zip
Remove extra unused attribute in gamerecv.cpp
Diffstat (limited to 'src/net')
-rw-r--r--src/net/eathena/gamerecv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/gamerecv.cpp b/src/net/eathena/gamerecv.cpp
index a27703235..241ce26b1 100644
--- a/src/net/eathena/gamerecv.cpp
+++ b/src/net/eathena/gamerecv.cpp
@@ -90,7 +90,7 @@ void GameRecv::processPing2(Net::MessageIn &msg A_UNUSED)
// do nothing
}
-void GameRecv::processLoadConfirm(Net::MessageIn &msg A_UNUSED)
+void GameRecv::processLoadConfirm(Net::MessageIn &msg)
{
UNIMPLEMENTEDPACKET;
}