timerlist.cpp:commented out unnecessary code

Origin commit data
------------------
Branch: ni/coolstream
Commit: 07ecdf827a
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-08-07 (Tue, 07 Aug 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2012-08-07 11:12:47 +02:00
parent f5b34a2e8c
commit 6996f11f41

View File

@@ -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;