mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
- remove obsolete rtl workarounds (thx Gaucho316)
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1492 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -1053,18 +1053,6 @@ void CEpgData::GetPrevNextEPGData( uint64_t id, time_t* startzeit )
|
||||
break;
|
||||
}
|
||||
}
|
||||
/* Houdini: dirty RTL double event workaround, if prev/next event has same starttime as actual event skip it */
|
||||
if ((prev_zeit == *startzeit) && ((i-1) > 0))
|
||||
{
|
||||
prev_id = evtlist[i- 2].eventID;
|
||||
prev_zeit = evtlist[i- 2].startTime;
|
||||
}
|
||||
if ((next_zeit == *startzeit) && ((i+1) < (evtlist.size()- 1)))
|
||||
{
|
||||
next_id = evtlist[i+ 2].eventID;
|
||||
next_zeit = evtlist[i+ 2].startTime;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user