From d1fe9269151d0d55860b9721b458e384ae2a64a4 Mon Sep 17 00:00:00 2001 From: Frankenstone Date: Thu, 29 Apr 2021 20:17:13 +0200 Subject: [PATCH] followscreenings: remove unused - LOCALE_TIMER_EVENTREMOVED_TITLE - LOCALE_TIMER_EVENTREMOVED_MSG Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/4bcbd2877de475139edd953d1eb1e460c3ab1de4 Author: Frankenstone Date: 2021-04-29 (Thu, 29 Apr 2021) ------------------ This commit was generated by Migit --- src/gui/followscreenings.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/gui/followscreenings.cpp b/src/gui/followscreenings.cpp index cea814fe7..56d3ea481 100644 --- a/src/gui/followscreenings.cpp +++ b/src/gui/followscreenings.cpp @@ -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