diff options
Diffstat (limited to 'src/settings_gui.cpp')
-rw-r--r-- | src/settings_gui.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/settings_gui.cpp b/src/settings_gui.cpp index 29f64415d..6d11042d3 100644 --- a/src/settings_gui.cpp +++ b/src/settings_gui.cpp @@ -2406,11 +2406,6 @@ struct GameSettingsWindow : QueryStringBaseWindow { this->SetWidgetDisabledState(WID_GS_COLLAPSE_ALL, all_folded); } - virtual void OnMouseLoop() - { - this->HandleEditBox(WID_GS_FILTER); - } - virtual EventState OnKeyPress(uint16 key, uint16 keycode) { /* Handle editbox input */ |