mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-06 05:08:29 +02:00
timerlist: remove obsolete old code
Origin commit data
------------------
Commit: 153fe0cf38
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-16 (Sun, 16 Dec 2018)
Origin message was:
------------------
- timerlist: remove obsolete old code
This commit is contained in:
@@ -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[] =
|
||||
|
Reference in New Issue
Block a user