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:
[CST] Focus
2012-06-27 14:31:58 +04:00
parent bdddfe03eb
commit 9eeabbab42
4 changed files with 0 additions and 12 deletions

View File

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