diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-03-23 15:03:29 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-03-23 15:03:29 +0300 |
commit | 78d67cdf35c80381366fee29b212aca23d7240fd (patch) | |
tree | e7ff8114a949215ffcedab4d508fd9695daacc2e /src/gui/gui.cpp | |
parent | 2fcc104aadb12abc32b730cbfd775917455a75e1 (diff) | |
download | plus-78d67cdf35c80381366fee29b212aca23d7240fd.tar.gz plus-78d67cdf35c80381366fee29b212aca23d7240fd.tar.bz2 plus-78d67cdf35c80381366fee29b212aca23d7240fd.tar.xz plus-78d67cdf35c80381366fee29b212aca23d7240fd.zip |
Fix profiler labels.
Diffstat (limited to 'src/gui/gui.cpp')
-rw-r--r-- | src/gui/gui.cpp | 2 |
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() |