mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +02:00
eitd/sectionsd.cpp: remove unused getChannelEvents() arg
This commit is contained in:
@@ -2563,16 +2563,13 @@ bool channel_in_requested_list(t_channel_id * clist, t_channel_id chid, int len)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* was static void sendEventList(int connfd, const unsigned char serviceTyp1, const unsigned char serviceTyp2 = 0, int sendServiceName = 1, t_channel_id * chidlist = NULL, int clen = 0) */
|
/* was static void sendEventList(int connfd, const unsigned char serviceTyp1, const unsigned char serviceTyp2 = 0, int sendServiceName = 1, t_channel_id * chidlist = NULL, int clen = 0) */
|
||||||
void CEitManager::getChannelEvents(CChannelEventList &eList, const bool tv_mode, t_channel_id *chidlist, int clen)
|
void CEitManager::getChannelEvents(CChannelEventList &eList, t_channel_id *chidlist, int clen)
|
||||||
{
|
{
|
||||||
clen = clen / sizeof(t_channel_id);
|
|
||||||
|
|
||||||
t_channel_id uniqueNow = 0;
|
t_channel_id uniqueNow = 0;
|
||||||
t_channel_id uniqueOld = 0;
|
t_channel_id uniqueOld = 0;
|
||||||
bool found_already = true;
|
bool found_already = true;
|
||||||
time_t azeit = time(NULL);
|
time_t azeit = time(NULL);
|
||||||
|
|
||||||
if(tv_mode) {}
|
|
||||||
showProfiling("sectionsd_getChannelEvents start");
|
showProfiling("sectionsd_getChannelEvents start");
|
||||||
readLockEvents();
|
readLockEvents();
|
||||||
|
|
||||||
|
@@ -60,7 +60,7 @@ class CEitManager : public OpenThreads::Thread, public OpenThreads::Mutex
|
|||||||
bool getEPGidShort(event_id_t epgID, CShortEPGData * epgdata);
|
bool getEPGidShort(event_id_t epgID, CShortEPGData * epgdata);
|
||||||
bool getEPGid(const event_id_t epgID, const time_t startzeit, CEPGData * epgdata);
|
bool getEPGid(const event_id_t epgID, const time_t startzeit, CEPGData * epgdata);
|
||||||
bool getActualEPGServiceKey(const t_channel_id uniqueServiceKey, CEPGData * epgdata);
|
bool getActualEPGServiceKey(const t_channel_id uniqueServiceKey, CEPGData * epgdata);
|
||||||
void getChannelEvents(CChannelEventList &eList, const bool tv_mode = true, t_channel_id *chidlist = NULL, int clen = 0);
|
void getChannelEvents(CChannelEventList &eList, t_channel_id *chidlist = NULL, int clen = 0);
|
||||||
bool getComponentTagsUniqueKey(const event_id_t uniqueKey, CSectionsdClient::ComponentTagList& tags);
|
bool getComponentTagsUniqueKey(const event_id_t uniqueKey, CSectionsdClient::ComponentTagList& tags);
|
||||||
bool getLinkageDescriptorsUniqueKey(const event_id_t uniqueKey, CSectionsdClient::LinkageDescriptorList& descriptors);
|
bool getLinkageDescriptorsUniqueKey(const event_id_t uniqueKey, CSectionsdClient::LinkageDescriptorList& descriptors);
|
||||||
bool getNVODTimesServiceKey(const t_channel_id uniqueServiceKey, CSectionsdClient::NVODTimesList& nvod_list);
|
bool getNVODTimesServiceKey(const t_channel_id uniqueServiceKey, CSectionsdClient::NVODTimesList& nvod_list);
|
||||||
|
Reference in New Issue
Block a user