followscreenings: remove unused

- LOCALE_TIMER_EVENTREMOVED_TITLE
- LOCALE_TIMER_EVENTREMOVED_MSG
This commit is contained in:
Frankenstone
2021-04-29 20:17:13 +02:00
committed by Thilo Graf
parent 0d2e3060b5
commit 4d2ee134d9

View File

@@ -94,11 +94,6 @@ int CFollowScreenings::exec(CMenuTarget* /*parent*/, const std::string & actionK
Timer.removeTimerEvent(i->eventID);
if (!forwarders.empty() && (followlist.size() > 1 || g_settings.timer_followscreenings == FOLLOWSCREENINGS_ALWAYS))
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;
}
if (!SAME_TRANSPONDER(channel_id, i->channel_id) || CZapit::getInstance()->getUseChannelFilter()) {