diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-05-15 22:03:04 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-05-15 22:03:04 +0300 |
commit | c745c9740235803a3c107820e50a2019856e99b8 (patch) | |
tree | ad2ae3cc16d87aa0a602c1aa3f46bd1856a3756a /src/net | |
parent | b4f5251b73934b314c13af73833e76823bd53d28 (diff) | |
download | manaplus-c745c9740235803a3c107820e50a2019856e99b8.tar.gz manaplus-c745c9740235803a3c107820e50a2019856e99b8.tar.bz2 manaplus-c745c9740235803a3c107820e50a2019856e99b8.tar.xz manaplus-c745c9740235803a3c107820e50a2019856e99b8.zip |
Remove extra unused attribute in gamerecv.cpp
Diffstat (limited to 'src/net')
-rw-r--r-- | src/net/eathena/gamerecv.cpp | 2 |
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; } |