mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 07:23:09 +02:00
eitd/sectionsd.cpp: remove useless IS_WEBTV check on event channel id
This commit is contained in:
@@ -2764,9 +2764,6 @@ showProfiling("sectionsd_getChannelEvents start");
|
||||
for (MySIeventsOrderServiceUniqueKeyFirstStartTimeEventUniqueKey::iterator e = mySIeventsOrderServiceUniqueKeyFirstStartTimeEventUniqueKey.begin(); e != mySIeventsOrderServiceUniqueKeyFirstStartTimeEventUniqueKey.end(); ++e)
|
||||
{
|
||||
uniqueNow = (*e)->get_channel_id();
|
||||
if (IS_WEBTV(uniqueNow))
|
||||
continue;
|
||||
|
||||
|
||||
if (uniqueNow != uniqueOld)
|
||||
{
|
||||
|
Reference in New Issue
Block a user