From 3d9766c9f93b92633ee8157e75aad7b8f89dd15c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 21 Nov 2014 20:34:44 +0300 Subject: fix code style. --- src/net/tmwa/beinghandler.cpp | 2 +- src/net/tmwa/loginhandler.cpp | 2 -- src/net/tmwa/npchandler.cpp | 2 -- 3 files changed, 1 insertion(+), 5 deletions(-) (limited to 'src/net/tmwa') diff --git a/src/net/tmwa/beinghandler.cpp b/src/net/tmwa/beinghandler.cpp index 23c23c213..3bf62b646 100644 --- a/src/net/tmwa/beinghandler.cpp +++ b/src/net/tmwa/beinghandler.cpp @@ -1642,7 +1642,7 @@ void BeingHandler::processBeingSelfEffect(Net::MessageIn &msg) BLOCK_END("BeingHandler::processBeingSelfEffect") } -void BeingHandler::processSkillCastCancel(Net::MessageIn &msg A_UNUSED) +void BeingHandler::processSkillCastCancel(Net::MessageIn &msg) { msg.readInt32("skill id"); } diff --git a/src/net/tmwa/loginhandler.cpp b/src/net/tmwa/loginhandler.cpp index 2dbe22da8..6bb484433 100644 --- a/src/net/tmwa/loginhandler.cpp +++ b/src/net/tmwa/loginhandler.cpp @@ -31,8 +31,6 @@ #include "net/tmwa/network.h" #include "net/tmwa/protocol.h" -#include "utils/paths.h" - #include "debug.h" extern Net::LoginHandler *loginHandler; diff --git a/src/net/tmwa/npchandler.cpp b/src/net/tmwa/npchandler.cpp index 74cb9d78f..647642356 100644 --- a/src/net/tmwa/npchandler.cpp +++ b/src/net/tmwa/npchandler.cpp @@ -24,8 +24,6 @@ #include "being/localplayer.h" -#include "gui/viewport.h" - #include "gui/windows/npcdialog.h" #include "net/serverfeatures.h" -- cgit v1.2.3-70-g09d2