mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-03 02:41:12 +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.
Origin commit data
------------------
Commit: 49035cedec
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-12 (Sun, 12 Jan 2014)
This commit is contained in:
committed by
vanhofen
parent
4f7ac90359
commit
1eb4a45475
@@ -157,6 +157,7 @@ class CTimerEvent_Zapto : public CTimerEvent_Record
|
||||
virtual void getEpgId();
|
||||
};
|
||||
|
||||
#if 0
|
||||
class CTimerEvent_NextProgram : public CTimerEvent
|
||||
{
|
||||
public:
|
||||
@@ -175,6 +176,7 @@ class CTimerEvent_NextProgram : public CTimerEvent
|
||||
virtual void saveToConfig(CConfigFile *config);
|
||||
virtual void Reschedule();
|
||||
};
|
||||
#endif
|
||||
|
||||
class CTimerEvent_Remind : public CTimerEvent
|
||||
{
|
||||
|
Reference in New Issue
Block a user