mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
gui/plugins: exclude unused methods
Origin commit data
------------------
Branch: ni/coolstream
Commit: a7ebf966c4
Author: martii <m4rtii@gmx.de>
Date: 2014-05-31 (Sat, 31 May 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -260,6 +260,7 @@ bool CPlugins::parseCfg(plugin *plugin_data)
|
||||
return !reject;
|
||||
}
|
||||
|
||||
#if 0
|
||||
PluginParam * CPlugins::makeParam(const char * const id, const char * const value, PluginParam * const next)
|
||||
{
|
||||
PluginParam * startparam = new PluginParam;
|
||||
@@ -279,6 +280,7 @@ PluginParam * CPlugins::makeParam(const char * const id, const int value, Plugin
|
||||
|
||||
return makeParam(id, aval, next);
|
||||
}
|
||||
#endif
|
||||
|
||||
void CPlugins::startPlugin_by_name(const std::string & name)
|
||||
{
|
||||
|
@@ -110,8 +110,10 @@ class CPlugins
|
||||
|
||||
void setPluginDir(const std::string & dir) { plugin_dir = dir; }
|
||||
|
||||
#if 0
|
||||
PluginParam * makeParam(const char * const id, const char * const value, PluginParam * const next);
|
||||
PluginParam * makeParam(const char * const id, const int value, PluginParam * const next);
|
||||
#endif
|
||||
|
||||
inline int getNumberOfPlugins (void ) const { return plugin_list.size() ; }
|
||||
inline const char * getName (const int number) const { return plugin_list[number].name.c_str() ; }
|
||||
|
Reference in New Issue
Block a user