summaryrefslogtreecommitdiff
path: root/src/settings_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings_gui.cpp')
-rw-r--r--src/settings_gui.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/settings_gui.cpp b/src/settings_gui.cpp
index 4091bb25c..839134030 100644
--- a/src/settings_gui.cpp
+++ b/src/settings_gui.cpp
@@ -2406,14 +2406,6 @@ struct GameSettingsWindow : QueryStringBaseWindow {
this->SetWidgetDisabledState(WID_GS_COLLAPSE_ALL, all_folded);
}
- virtual EventState OnKeyPress(uint16 key, uint16 keycode)
- {
- /* Handle editbox input */
- EventState state = ES_NOT_HANDLED;
- this->HandleEditBoxKey(WID_GS_FILTER, key, keycode, state);
- return state;
- }
-
virtual void OnOSKInput(int wid)
{
if (wid == WID_GS_FILTER) {