mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
never used values
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user