diff --git a/src/gui/infoviewer.cpp b/src/gui/infoviewer.cpp index 979527c9f..8fc6127d3 100644 --- a/src/gui/infoviewer.cpp +++ b/src/gui/infoviewer.cpp @@ -799,9 +799,11 @@ void CInfoViewer::showTitle (const int ChanNum, const std::string & Channel, con } showLcdPercentOver (); +#if 0 if ((g_RemoteControl->current_channel_id == channel_id) && !(((info_CurrentNext.flags & CSectionsdClient::epgflags::has_next) && (info_CurrentNext.flags & (CSectionsdClient::epgflags::has_current | CSectionsdClient::epgflags::has_no_current))) || (info_CurrentNext.flags & CSectionsdClient::epgflags::not_broadcast))) { g_Sectionsd->setServiceChanged (channel_id, true); } +#endif // Radiotext if (CNeutrinoApp::getInstance()->getMode() == NeutrinoMessages::mode_radio)