summaryrefslogtreecommitdiff
path: root/src/input
diff options
context:
space:
mode:
Diffstat (limited to 'src/input')
-rw-r--r--src/input/inputaction.h2
-rw-r--r--src/input/inputactionmap.h4
-rw-r--r--src/input/pages/windows.cpp6
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,
"",