diff options
Diffstat (limited to 'src/gui/gui.cpp')
-rw-r--r-- | src/gui/gui.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp index fb7144a1..b9b15429 100644 --- a/src/gui/gui.cpp +++ b/src/gui/gui.cpp @@ -199,10 +199,6 @@ void Gui::logic() { gcn::Gui::logic(); - - // Work around Guichan bug of only applying focus on mouse or keyboard - // events. - mFocusHandler->applyChanges(); } void |