summaryrefslogtreecommitdiff
path: root/src/net/ea/beinghandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-05-07 23:17:42 +0300
committerAndrei Karas <akaras@inbox.ru>2015-05-07 23:31:20 +0300
commit21036c157955da93485e0b4ea5d22116cfdaba33 (patch)
tree9f0ddb8baa8e6dcb7023a8f39d325b810e9ceab7 /src/net/ea/beinghandler.cpp
parentef6869c9759246b3a0d6cc1c58a25773ccfcc858 (diff)
downloadplus-21036c157955da93485e0b4ea5d22116cfdaba33.tar.gz
plus-21036c157955da93485e0b4ea5d22116cfdaba33.tar.bz2
plus-21036c157955da93485e0b4ea5d22116cfdaba33.tar.xz
plus-21036c157955da93485e0b4ea5d22116cfdaba33.zip
Remove bot checker window.
Diffstat (limited to 'src/net/ea/beinghandler.cpp')
-rw-r--r--src/net/ea/beinghandler.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/net/ea/beinghandler.cpp b/src/net/ea/beinghandler.cpp
index f5285e8ef..3f06c668c 100644
--- a/src/net/ea/beinghandler.cpp
+++ b/src/net/ea/beinghandler.cpp
@@ -31,7 +31,6 @@
#include "gui/viewport.h"
-#include "gui/windows/botcheckerwindow.h"
#include "gui/windows/socialwindow.h"
#include "resources/mapitemtype.h"
@@ -122,8 +121,6 @@ void BeingHandler::processBeingRemove(Net::MessageIn &msg)
{
if (dstBeing->getType() == ActorType::Player)
{
- if (botCheckerWindow)
- botCheckerWindow->updateList();
if (socialWindow)
socialWindow->updateActiveList();
}