summaryrefslogtreecommitdiff
path: root/src/actions
diff options
context:
space:
mode:
Diffstat (limited to 'src/actions')
-rw-r--r--src/actions/windows.cpp7
-rw-r--r--src/actions/windows.h1
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);