diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-14 16:53:50 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-14 16:53:50 +0300 |
commit | ed4d2c347cd5ab591ebbfe2d87a90cd0f34d7c3a (patch) | |
tree | aae2e44560c693cea69dbddbc565f9d76d02474b /src/net/eathena/chathandler.cpp | |
parent | da98d12637db106b87341560cc72ca6207b2d12f (diff) | |
download | plus-ed4d2c347cd5ab591ebbfe2d87a90cd0f34d7c3a.tar.gz plus-ed4d2c347cd5ab591ebbfe2d87a90cd0f34d7c3a.tar.bz2 plus-ed4d2c347cd5ab591ebbfe2d87a90cd0f34d7c3a.tar.xz plus-ed4d2c347cd5ab591ebbfe2d87a90cd0f34d7c3a.zip |
Fix compilation warnings.
Diffstat (limited to 'src/net/eathena/chathandler.cpp')
-rw-r--r-- | src/net/eathena/chathandler.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/net/eathena/chathandler.cpp b/src/net/eathena/chathandler.cpp index 0dc632252..3b5df895e 100644 --- a/src/net/eathena/chathandler.cpp +++ b/src/net/eathena/chathandler.cpp @@ -379,8 +379,6 @@ void ChatHandler::processGmChat(Net::MessageIn &msg) if (!findCutFirst(chatMsg, "ssss")) findCutFirst(chatMsg, "eulb"); - const size_t pos = chatMsg.find(" : ", 0); - if (chatWindow) chatWindow->addGlobalMessage(chatMsg); BLOCK_END("ChatHandler::processChat") |