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:
seife
2011-03-05 12:19:50 +00:00
parent 3daabbc97e
commit 4247a24cc5

View File

@@ -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)