mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
followscreenings: remove unused
- LOCALE_TIMER_EVENTREMOVED_TITLE - LOCALE_TIMER_EVENTREMOVED_MSG
This commit is contained in:
@@ -94,11 +94,6 @@ int CFollowScreenings::exec(CMenuTarget* /*parent*/, const std::string & actionK
|
|||||||
Timer.removeTimerEvent(i->eventID);
|
Timer.removeTimerEvent(i->eventID);
|
||||||
if (!forwarders.empty() && (followlist.size() > 1 || g_settings.timer_followscreenings == FOLLOWSCREENINGS_ALWAYS))
|
if (!forwarders.empty() && (followlist.size() > 1 || g_settings.timer_followscreenings == FOLLOWSCREENINGS_ALWAYS))
|
||||||
forwarders[ix]->iconName_Info_right = "";
|
forwarders[ix]->iconName_Info_right = "";
|
||||||
#if 0
|
|
||||||
else
|
|
||||||
ShowMsg(LOCALE_TIMER_EVENTREMOVED_TITLE, LOCALE_TIMER_EVENTREMOVED_MSG,
|
|
||||||
CMessageBox::mbrBack, CMessageBox::mbBack, NEUTRINO_ICON_INFO);
|
|
||||||
#endif
|
|
||||||
return menu_return::RETURN_REPAINT;
|
return menu_return::RETURN_REPAINT;
|
||||||
}
|
}
|
||||||
if (!SAME_TRANSPONDER(channel_id, i->channel_id) || CZapit::getInstance()->getUseChannelFilter()) {
|
if (!SAME_TRANSPONDER(channel_id, i->channel_id) || CZapit::getInstance()->getUseChannelFilter()) {
|
||||||
|
Reference in New Issue
Block a user