From b9554b40c8021ed2de6f98ac3f2928a23ba81d20 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sat, 8 Apr 2017 14:11:27 +0200 Subject: [PATCH] - epgplus: remove obsolete casts --- src/gui/epgplus.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/epgplus.cpp b/src/gui/epgplus.cpp index f413408af..6924204a7 100644 --- a/src/gui/epgplus.cpp +++ b/src/gui/epgplus.cpp @@ -1034,7 +1034,7 @@ int EpgPlus::exec(CChannelList * pchannelList, int selectedChannelIndex, CBouque this->paintChannelEntry(this->selectedChannelEntry->index - this->channelListStartIndex); } } - else if (msg == (neutrino_msg_t) CRCInput::RC_red) + else if (msg == CRCInput::RC_red) { CMenuWidget menuWidgetActions(LOCALE_EPGPLUS_ACTIONS, NEUTRINO_ICON_FEATURES); menuWidgetActions.enableFade(false); @@ -1050,7 +1050,7 @@ int EpgPlus::exec(CChannelList * pchannelList, int selectedChannelIndex, CBouque this->refreshAll = true; } - else if (msg == (neutrino_msg_t) CRCInput::RC_blue) + else if (msg == CRCInput::RC_blue) { CMenuWidget menuWidgetOptions(LOCALE_EPGPLUS_OPTIONS, NEUTRINO_ICON_FEATURES); menuWidgetOptions.enableFade(false);