mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 07:22:57 +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: c68a67529c
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-12 (Sun, 12 Jan 2014)
This commit is contained in:
@@ -280,7 +280,8 @@ int CTimerdClient::addTimerEvent( CTimerd::CTimerEventTypes evType, void* data,
|
||||
{
|
||||
length = 0;
|
||||
}
|
||||
else if(evType == CTimerd::TIMER_NEXTPROGRAM || evType == CTimerd::TIMER_ZAPTO ||
|
||||
/* else if(evType == CTimerd::TIMER_NEXTPROGRAM || evType == CTimerd::TIMER_ZAPTO || */
|
||||
else if (evType == CTimerd::TIMER_ZAPTO ||
|
||||
evType == CTimerd::TIMER_IMMEDIATE_RECORD )
|
||||
{
|
||||
CTimerd::EventInfo *ei=static_cast<CTimerd::EventInfo*>(data);
|
||||
|
Reference in New Issue
Block a user