mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +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
Origin commit data
------------------
Branch: ni/coolstream
Commit: 339b869b64
Author: gixxpunk <thomas.harfmann@gmail.com>
Date: 2011-05-25 (Wed, 25 May 2011)
Origin message was:
------------------
- 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 was generated by Migit
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