mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
never used values
Origin commit data
------------------
Branch: ni/coolstream
Commit: 25563a2029
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-05-08 (Tue, 08 May 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -70,7 +70,8 @@ extern CRemoteControl * g_RemoteControl; /* neutrino.cpp */
|
|||||||
|
|
||||||
CPlugins::CPlugins()
|
CPlugins::CPlugins()
|
||||||
{
|
{
|
||||||
|
frameBuffer = NULL;
|
||||||
|
number_of_plugins = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool CPlugins::plugin_exists(const std::string & filename)
|
bool CPlugins::plugin_exists(const std::string & filename)
|
||||||
@@ -216,10 +217,6 @@ bool CPlugins::parseCfg(plugin *plugin_data)
|
|||||||
{
|
{
|
||||||
plugin_data->key = atoi(parm.c_str());
|
plugin_data->key = atoi(parm.c_str());
|
||||||
}
|
}
|
||||||
else if (cmd == "pluginversion")
|
|
||||||
{
|
|
||||||
plugin_data->version = atoi(parm.c_str());
|
|
||||||
}
|
|
||||||
else if (cmd == "name")
|
else if (cmd == "name")
|
||||||
{
|
{
|
||||||
plugin_data->name = parm;
|
plugin_data->name = parm;
|
||||||
|
@@ -2354,7 +2354,7 @@ _repeat:
|
|||||||
* other modes selected bouquet not restored */
|
* other modes selected bouquet not restored */
|
||||||
SetChannelMode(old_mode);
|
SetChannelMode(old_mode);
|
||||||
bouquetList->activateBouquet(old_b, false);
|
bouquetList->activateBouquet(old_b, false);
|
||||||
if(bouquetList->Bouquets.empty())
|
if(!bouquetList->Bouquets.empty())
|
||||||
bouquetList->Bouquets[old_b]->channelList->setSelected(old_num);
|
bouquetList->Bouquets[old_b]->channelList->setSelected(old_num);
|
||||||
StartSubtitles(mode == mode_tv);
|
StartSubtitles(mode == mode_tv);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user