mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
- timerlist: remove obsolete old code
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -664,21 +664,6 @@ int CTimerList::exec(CMenuTarget* parent, const std::string & actionKey)
|
|||||||
CVFD::getInstance()->setMode(saved_displaymode);
|
CVFD::getInstance()->setMode(saved_displaymode);
|
||||||
|
|
||||||
return ret;
|
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[] =
|
struct button_label TimerListButtons[] =
|
||||||
|
Reference in New Issue
Block a user