mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 07:23:09 +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
@@ -330,7 +330,7 @@ int CTimerManager::modifyEvent(int peventID, time_t announceTime, time_t alarmTi
|
||||
switch (event->eventType)
|
||||
{
|
||||
case CTimerd::TIMER_SHUTDOWN:
|
||||
case CTimerd::TIMER_NEXTPROGRAM:
|
||||
//case CTimerd::TIMER_NEXTPROGRAM:
|
||||
case CTimerd::TIMER_STANDBY:
|
||||
case CTimerd::TIMER_REMIND:
|
||||
case CTimerd::TIMER_SLEEPTIMER:
|
||||
@@ -456,6 +456,7 @@ void CTimerManager::loadEventsFromConfig()
|
||||
}
|
||||
break;
|
||||
}
|
||||
#if 0
|
||||
case CTimerd::TIMER_NEXTPROGRAM :
|
||||
{
|
||||
CTimerEvent_NextProgram *event=
|
||||
@@ -478,6 +479,7 @@ void CTimerManager::loadEventsFromConfig()
|
||||
}
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
case CTimerd::TIMER_ZAPTO :
|
||||
{
|
||||
CTimerEvent_Zapto *event=
|
||||
@@ -1315,6 +1317,8 @@ void CTimerEvent_Zapto::getEpgId()
|
||||
epgTitle=epgdata.title;
|
||||
}
|
||||
}
|
||||
|
||||
#if 0
|
||||
//=============================================================
|
||||
// NextProgram Event
|
||||
//=============================================================
|
||||
@@ -1394,6 +1398,8 @@ void CTimerEvent_NextProgram::Reschedule()
|
||||
eventInfo.epg_starttime = 0;
|
||||
CTimerEvent::Reschedule();
|
||||
}
|
||||
#endif
|
||||
|
||||
//=============================================================
|
||||
// Remind Event
|
||||
//=============================================================
|
||||
|
Reference in New Issue
Block a user