From 07ecdf827a21f5ff943d83b539f8107f966a352b Mon Sep 17 00:00:00 2001 From: satbaby Date: Tue, 7 Aug 2012 11:12:47 +0200 Subject: [PATCH] timerlist.cpp:commented out unnecessary code --- src/gui/timerlist.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gui/timerlist.cpp b/src/gui/timerlist.cpp index c7c2fd3f8..282e6d4b1 100644 --- a/src/gui/timerlist.cpp +++ b/src/gui/timerlist.cpp @@ -588,6 +588,7 @@ int CTimerList::show() { update=true; } +#if 0 else if ((msg==CRCInput::RC_blue)|| (CRCInput::isNumeric(msg)) ) { @@ -595,6 +596,7 @@ int CTimerList::show() g_RCInput->postMsg( msg, data ); loop=false; } +#endif else if (msg==CRCInput::RC_setup) { res=menu_return::RETURN_EXIT_ALL;