From 4d2ee134d96547b2a7289f4ceb64f11a90d313fc 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 --- src/gui/followscreenings.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/gui/followscreenings.cpp b/src/gui/followscreenings.cpp index 1e190fa57..2d47b88ad 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)) 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()) {