neutrino.cpp: remove commented setServiceChanged call

Origin commit data
------------------
Branch: ni/coolstream
Commit: be87126a38
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-06-01 (Mon, 01 Jun 2015)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2015-06-01 14:20:30 +03:00
parent ed646c5b78
commit ebf7d7257c

View File

@@ -1745,7 +1745,7 @@ void CNeutrinoApp::InitZapper()
t_channel_id live_channel_id = CZapit::getInstance()->GetCurrentChannelID();
if(channelList->getSize() && live_channel_id && !IS_WEBTV(live_channel_id))
g_Sectionsd->setServiceChanged(live_channel_id, true );
g_Sectionsd->setServiceChanged(live_channel_id, false);
}
void CNeutrinoApp::setupRecordingDevice(void)
@@ -3711,7 +3711,6 @@ void CNeutrinoApp::standbyMode( bool bOnOff, bool fromDeepStandby )
channelList->zapTo_ChannelID(live_channel_id, true); /* force re-zap */
g_Sectionsd->setPauseScanning(false);
//g_Sectionsd->setServiceChanged(live_channel_id, true );
InfoClock->enableInfoClock(true);