followscreenings: remove unused

- LOCALE_TIMER_EVENTREMOVED_TITLE
- LOCALE_TIMER_EVENTREMOVED_MSG


Origin commit data
------------------
Commit: 4bcbd2877d
Author: Frankenstone <dampf_acc@online.de>
Date: 2021-04-29 (Thu, 29 Apr 2021)
This commit is contained in:
Frankenstone
2021-04-29 20:17:13 +02:00
committed by vanhofen
parent fa8eec5718
commit f977ea34a6

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)) //NI
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()) { //NI