mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 18:01:06 +02:00
eitd/sectionsd.cpp: remove useless IS_WEBTV check on event channel id
Origin commit data
------------------
Commit: b230f63d85
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-06-01 (Mon, 01 Jun 2015)
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