- plugins: cleanup

* drop PLUGINDIR_USB
* drop unused 'param' from startPlugin
This commit is contained in:
svenhoefer
2014-03-02 00:43:59 +01:00
parent 580fcc97e5
commit 4b5242c254
6 changed files with 20 additions and 246 deletions

View File

@@ -366,7 +366,7 @@ void CPluginList::paintItems()
CPluginList::result_ CPluginList::pluginSelected()
{
hide();
g_PluginList->startPlugin(pluginlist[selected]->number,0);
g_PluginList->startPlugin(pluginlist[selected]->number);
if (!g_PluginList->getScriptOutput().empty())
{
ShowMsg(LOCALE_PLUGINS_RESULT, g_PluginList->getScriptOutput(), CMessageBox::mbrBack,CMessageBox::mbBack,NEUTRINO_ICON_SHELL);