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