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:
Jacek Jendrzej
2012-05-08 16:31:25 +02:00
parent d6ac9e52c5
commit 8e08cb1003
2 changed files with 3 additions and 6 deletions

View File

@@ -70,7 +70,8 @@ extern CRemoteControl * g_RemoteControl; /* neutrino.cpp */
CPlugins::CPlugins()
{
frameBuffer = NULL;
number_of_plugins = 0;
}
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());
}
else if (cmd == "pluginversion")
{
plugin_data->version = atoi(parm.c_str());
}
else if (cmd == "name")
{
plugin_data->name = parm;

View File

@@ -2354,7 +2354,7 @@ _repeat:
* other modes selected bouquet not restored */
SetChannelMode(old_mode);
bouquetList->activateBouquet(old_b, false);
if(bouquetList->Bouquets.empty())
if(!bouquetList->Bouquets.empty())
bouquetList->Bouquets[old_b]->channelList->setSelected(old_num);
StartSubtitles(mode == mode_tv);
}