never used values

This commit is contained in:
satbaby
2012-05-08 16:31:25 +02:00
parent e023548008
commit 25563a2029
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;