mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
sectionsd: #if 0 unused parseExtendedEvents() function
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1248 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -9082,6 +9082,7 @@ bool sectionsd_getEPGidShort(event_id_t epgID, CShortEPGData * epgdata)
|
||||
return ret;
|
||||
}
|
||||
|
||||
#if 0
|
||||
char * parseExtendedEvents(char * dp, CEPGData * epgdata) {
|
||||
char * pItemDescriptions = dp, * pItemDescriptionStart;
|
||||
dp+=strlen(dp)+1;
|
||||
@@ -9119,6 +9120,7 @@ char * parseExtendedEvents(char * dp, CEPGData * epgdata) {
|
||||
}
|
||||
return dp;
|
||||
}
|
||||
#endif
|
||||
|
||||
/*was getEPGid commandEPGepgID(int connfd, char *data, const unsigned dataLength) */
|
||||
bool sectionsd_getEPGid(const event_id_t epgID, const time_t startzeit, CEPGData * epgdata)
|
||||
|
Reference in New Issue
Block a user