mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
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.
This commit is contained in:
committed by
svenhoefer
parent
ecf430ba97
commit
49035cedec
@@ -813,7 +813,7 @@ std::string CNeutrinoYParser::func_get_timer_list(CyhookHandler *, std::string
|
||||
std::string sAddData="";
|
||||
switch(timer->eventType)
|
||||
{
|
||||
case CTimerd::TIMER_NEXTPROGRAM :
|
||||
//case CTimerd::TIMER_NEXTPROGRAM :
|
||||
case CTimerd::TIMER_ZAPTO :
|
||||
case CTimerd::TIMER_RECORD :
|
||||
{
|
||||
|
Reference in New Issue
Block a user