mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
timerlist.cpp:commented out unnecessary code
This commit is contained in:
@@ -588,6 +588,7 @@ int CTimerList::show()
|
|||||||
{
|
{
|
||||||
update=true;
|
update=true;
|
||||||
}
|
}
|
||||||
|
#if 0
|
||||||
else if ((msg==CRCInput::RC_blue)||
|
else if ((msg==CRCInput::RC_blue)||
|
||||||
(CRCInput::isNumeric(msg)) )
|
(CRCInput::isNumeric(msg)) )
|
||||||
{
|
{
|
||||||
@@ -595,6 +596,7 @@ int CTimerList::show()
|
|||||||
g_RCInput->postMsg( msg, data );
|
g_RCInput->postMsg( msg, data );
|
||||||
loop=false;
|
loop=false;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
else if (msg==CRCInput::RC_setup)
|
else if (msg==CRCInput::RC_setup)
|
||||||
{
|
{
|
||||||
res=menu_return::RETURN_EXIT_ALL;
|
res=menu_return::RETURN_EXIT_ALL;
|
||||||
|
Reference in New Issue
Block a user