timerd: get rid of unused CTimerd::TIMER_NEXTPROGRAM

This event should be completely obsolete (it was used before
EIT-update was working correctly), so get rid of it in the code.
For now it is just commented out, until further testing is done.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 49035cedec
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-12 (Sun, 12 Jan 2014)



------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2014-01-12 15:07:31 +01:00
committed by vanhofen
parent 92b62b9379
commit 26abd01822
10 changed files with 39 additions and 15 deletions

View File

@@ -320,9 +320,11 @@ std::string CNeutrinoAPI::timerEventType2Str(CTimerd::CTimerEventTypes type)
case CTimerd::TIMER_SHUTDOWN:
result = "Shutdown";
break;
#if 0
case CTimerd::TIMER_NEXTPROGRAM:
result = "Next program";
break;
#endif
case CTimerd::TIMER_ZAPTO:
result = "Zap to";
break;