From c7f831d7df6f42b3bc910f2c0d957a4748b3ef89 Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Sun, 16 Dec 2018 01:17:01 +0100 Subject: [PATCH] - timerlist: remove obsolete old code Signed-off-by: Thilo Graf --- src/gui/timerlist.cpp | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/src/gui/timerlist.cpp b/src/gui/timerlist.cpp index 3fc214acf..55f73a944 100644 --- a/src/gui/timerlist.cpp +++ b/src/gui/timerlist.cpp @@ -664,21 +664,6 @@ int CTimerList::exec(CMenuTarget* parent, const std::string & actionKey) CVFD::getInstance()->setMode(saved_displaymode); return ret; - /* - if (ret > -1) - { - return menu_return::RETURN_REPAINT; - } - else if (ret == -1) - { - // -1 bedeutet nur REPAINT - return menu_return::RETURN_REPAINT; - } - else - { - // -2 bedeutet EXIT_ALL - return menu_return::RETURN_EXIT_ALL; - }*/ } struct button_label TimerListButtons[] =