mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +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
@@ -154,12 +154,14 @@ class CTimerdClient:private CBasicClient
|
||||
return addTimerEvent(CTimerd::TIMER_ZAPTO, &eventInfo, announcetime, alarmtime, stoptime);
|
||||
};
|
||||
|
||||
#if 0
|
||||
int addNextProgramTimerEvent(CTimerd::EventInfo eventInfo,time_t alarmtime, time_t announcetime = 0, time_t stoptime = 0)
|
||||
{
|
||||
// mal auf verdacht eingebaut
|
||||
// keine ahnung ob / was hier noch fehlt
|
||||
return addTimerEvent(CTimerd::TIMER_NEXTPROGRAM, &eventInfo, alarmtime, announcetime, stoptime);
|
||||
};
|
||||
#endif
|
||||
|
||||
// Exit timerd and programm wakeup
|
||||
bool shutdown();
|
||||
|
Reference in New Issue
Block a user