summaryrefslogtreecommitdiff
path: root/src/gui/gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/gui.cpp')
-rw-r--r--src/gui/gui.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp
index a6e222183..fbd37f9a9 100644
--- a/src/gui/gui.cpp
+++ b/src/gui/gui.cpp
@@ -328,12 +328,10 @@ void Gui::clearFonts()
bool Gui::handleInput()
{
- BLOCK_START("Gui::handleInput")
if (mInput)
return handleKeyInput2();
else
return false;
- BLOCK_END("Gui::handleInput")
}
bool Gui::handleKeyInput2()