From 21036c157955da93485e0b4ea5d22116cfdaba33 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 7 May 2015 23:17:42 +0300 Subject: Remove bot checker window. --- src/input/inputaction.h | 2 +- src/input/inputactionmap.h | 4 ++-- src/input/pages/windows.cpp | 6 ------ 3 files changed, 3 insertions(+), 9 deletions(-) (limited to 'src/input') diff --git a/src/input/inputaction.h b/src/input/inputaction.h index 5faee657c..f398029e7 100644 --- a/src/input/inputaction.h +++ b/src/input/inputaction.h @@ -103,7 +103,7 @@ namespace InputAction WINDOW_DROP, WINDOW_KILLS, WINDOW_SPELLS, - WINDOW_BOT_CHECKER, + UNUSED1, WINDOW_ONLINE, WINDOW_DIDYOUKNOW, WINDOW_QUESTS, diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h index 71408667c..d247da765 100644 --- a/src/input/inputactionmap.h +++ b/src/input/inputactionmap.h @@ -623,10 +623,10 @@ static const InputActionData inputActionData[InputAction::TOTAL] = { emptyKey, emptyKey, Input::GRP_DEFAULT | Input::GRP_GUI, - &Actions::botcheckerWindowShow, + nullptr, InputAction::NO_VALUE, 50, InputCondition::GAME | InputCondition::NOTARGET, - "botchecker|openbotchecker", + "", false}, {"keyWindowOnline", emptyKey, diff --git a/src/input/pages/windows.cpp b/src/input/pages/windows.cpp index 8d1f8ebc7..3f3f14462 100644 --- a/src/input/pages/windows.cpp +++ b/src/input/pages/windows.cpp @@ -163,12 +163,6 @@ SetupActionData setupActionDataWindows[] = InputAction::WINDOW_SPELLS, "", }, - { - // TRANSLATORS: input action name - N_("Bot Checker Window"), - InputAction::WINDOW_BOT_CHECKER, - "", - }, { // TRANSLATORS: input action name N_("Who Is Online Window"), -- cgit v1.2.3-70-g09d2