eitd/sectionsd.cpp: remove unused getChannelEvents() arg

Origin commit data
------------------
Commit: 95b6e12346
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-08-30 (Thu, 30 Aug 2012)
This commit is contained in:
[CST] Focus
2012-08-30 18:12:07 +04:00
parent 1109fceb14
commit 03aa31ee01
2 changed files with 2 additions and 5 deletions

View File

@@ -60,7 +60,7 @@ class CEitManager : public OpenThreads::Thread, public OpenThreads::Mutex
bool getEPGidShort(event_id_t epgID, CShortEPGData * epgdata);
bool getEPGid(const event_id_t epgID, const time_t startzeit, 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 getLinkageDescriptorsUniqueKey(const event_id_t uniqueKey, CSectionsdClient::LinkageDescriptorList& descriptors);
bool getNVODTimesServiceKey(const t_channel_id uniqueServiceKey, CSectionsdClient::NVODTimesList& nvod_list);