mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user