From baf732b48b949adc17b64d7be4b02cc3867ab86b Mon Sep 17 00:00:00 2001 From: Tillmann Karras Date: Sat, 28 Feb 2015 16:43:31 +0100 Subject: [PATCH] DolphinWX: fix searching the game list in GTK --- Source/Core/DolphinWX/GameListCtrl.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Source/Core/DolphinWX/GameListCtrl.cpp b/Source/Core/DolphinWX/GameListCtrl.cpp index b7185f014e..8d10fc09d9 100644 --- a/Source/Core/DolphinWX/GameListCtrl.cpp +++ b/Source/Core/DolphinWX/GameListCtrl.cpp @@ -771,11 +771,7 @@ void CGameListCtrl::OnKeyPress(wxListEvent& event) wxString text = bleh.GetText(); -#ifdef __WXGTK__ - if (text.MakeLower()[0] == event.GetKeyCode()) -#else if (text.MakeUpper()[0] == event.GetKeyCode()) -#endif { if (lastKey == event.GetKeyCode() && Loop < sLoop) {