mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
remove unused startchanneltv_nr/startchannelradio_nr
This commit is contained in:
@@ -129,13 +129,11 @@ int CSelectChannelWidget::exec(CMenuTarget* parent, const std::string& actionKey
|
||||
{
|
||||
g_settings.StartChannelTV = actionKey.substr(actionKey.find_first_of("#")+1);
|
||||
g_settings.startchanneltv_id = channel_id;
|
||||
g_settings.startchanneltv_nr = cnr-1;
|
||||
}
|
||||
else if (strncmp(actionKey.c_str(), "ZCR:", 4) == 0)//...radio
|
||||
{
|
||||
g_settings.StartChannelRadio = actionKey.substr(actionKey.find_first_of("#")+1);
|
||||
g_settings.startchannelradio_id= channel_id;
|
||||
g_settings.startchannelradio_nr = cnr-1;
|
||||
}
|
||||
|
||||
// ...leave bouquet/channel menu and show a refreshed zapit menu with current start channel(s)
|
||||
|
Reference in New Issue
Block a user