- timerlist: remove obsolete old code

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2018-12-16 01:17:01 +01:00
committed by Thilo Graf
parent 6fdc01c0e7
commit c7f831d7df

View File

@@ -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[] =