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/input | |
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/input')
-rw-r--r-- | src/input/inputaction.h | 2 | ||||
-rw-r--r-- | src/input/inputactionmap.h | 4 | ||||
-rw-r--r-- | src/input/pages/windows.cpp | 6 |
3 files changed, 3 insertions, 9 deletions
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 @@ -165,12 +165,6 @@ SetupActionData setupActionDataWindows[] = }, { // TRANSLATORS: input action name - N_("Bot Checker Window"), - InputAction::WINDOW_BOT_CHECKER, - "", - }, - { - // TRANSLATORS: input action name N_("Who Is Online Window"), InputAction::WINDOW_ONLINE, "", |