mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 01:41:12 +02:00
remove unused startchanneltv_nr/startchannelradio_nr
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2448d898a9
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-06-27 (Wed, 27 Jun 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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