mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 01:41:12 +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
Origin commit data
------------------
Commit: 4247a24cc5
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-03-05 (Sat, 05 Mar 2011)
This commit is contained in:
@@ -9082,6 +9082,7 @@ bool sectionsd_getEPGidShort(event_id_t epgID, CShortEPGData * epgdata)
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
char * parseExtendedEvents(char * dp, CEPGData * epgdata) {
|
char * parseExtendedEvents(char * dp, CEPGData * epgdata) {
|
||||||
char * pItemDescriptions = dp, * pItemDescriptionStart;
|
char * pItemDescriptions = dp, * pItemDescriptionStart;
|
||||||
dp+=strlen(dp)+1;
|
dp+=strlen(dp)+1;
|
||||||
@@ -9119,6 +9120,7 @@ char * parseExtendedEvents(char * dp, CEPGData * epgdata) {
|
|||||||
}
|
}
|
||||||
return dp;
|
return dp;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
/*was getEPGid commandEPGepgID(int connfd, char *data, const unsigned dataLength) */
|
/*was getEPGid commandEPGepgID(int connfd, char *data, const unsigned dataLength) */
|
||||||
bool sectionsd_getEPGid(const event_id_t epgID, const time_t startzeit, CEPGData * epgdata)
|
bool sectionsd_getEPGid(const event_id_t epgID, const time_t startzeit, CEPGData * epgdata)
|
||||||
|
Reference in New Issue
Block a user