epgplus: remove obsolete casts

Origin commit data
------------------
Commit: b9554b40c8
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-04-08 (Sat, 08 Apr 2017)

Origin message was:
------------------
- epgplus: remove obsolete casts
This commit is contained in:
vanhofen
2017-04-08 14:11:27 +02:00
parent f403d87805
commit 55abe39400

View File

@@ -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);