diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-05-07 23:17:42 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-05-07 23:31:20 +0300 |
commit | 21036c157955da93485e0b4ea5d22116cfdaba33 (patch) | |
tree | 9f0ddb8baa8e6dcb7023a8f39d325b810e9ceab7 /src/actions | |
parent | ef6869c9759246b3a0d6cc1c58a25773ccfcc858 (diff) | |
download | plus-21036c157955da93485e0b4ea5d22116cfdaba33.tar.gz plus-21036c157955da93485e0b4ea5d22116cfdaba33.tar.bz2 plus-21036c157955da93485e0b4ea5d22116cfdaba33.tar.xz plus-21036c157955da93485e0b4ea5d22116cfdaba33.zip |
Remove bot checker window.
Diffstat (limited to 'src/actions')
-rw-r--r-- | src/actions/windows.cpp | 7 | ||||
-rw-r--r-- | src/actions/windows.h | 1 |
2 files changed, 0 insertions, 8 deletions
diff --git a/src/actions/windows.cpp b/src/actions/windows.cpp index 04a4b59b3..6a917c5b5 100644 --- a/src/actions/windows.cpp +++ b/src/actions/windows.cpp @@ -36,7 +36,6 @@ #include "gui/windows/statuswindow.h" #include "gui/windows/questswindow.h" #include "gui/windows/whoisonline.h" -#include "gui/windows/botcheckerwindow.h" #include "gui/windows/chatwindow.h" #include "gui/windows/debugwindow.h" #include "gui/windows/didyouknowwindow.h" @@ -252,12 +251,6 @@ impHandler0(spellShortcutWindowShow) return true; } -impHandler0(botcheckerWindowShow) -{ - showHideWindow(botCheckerWindow); - return true; -} - impHandler0(whoIsOnlineWindowShow) { showHideWindow(whoIsOnline); diff --git a/src/actions/windows.h b/src/actions/windows.h index 01727055c..a2437bb1b 100644 --- a/src/actions/windows.h +++ b/src/actions/windows.h @@ -46,7 +46,6 @@ namespace Actions decHandler(dropShortcutWindowShow); decHandler(killStatsWindowShow); decHandler(spellShortcutWindowShow); - decHandler(botcheckerWindowShow); decHandler(whoIsOnlineWindowShow); decHandler(didYouKnowWindowShow); decHandler(questsWindowShow); |