- removed the 'all plugins' option from source menu. no one used it and if you do need all plugins just use the 'Select Plugin' Menu.

This commit is contained in:
Fledge68 2019-10-21 13:29:55 -05:00
parent 8d7d6b1e3d
commit 5066724506
2 changed files with 0 additions and 13 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 MiB

After

Width:  |  Height:  |  Size: 3.4 MiB

View File

@ -62,12 +62,6 @@ void CMenu::_sourceFlow()
}
else if(source == "homebrew")
m_current_view = COVERFLOW_HOMEBREW;
else if(source == "allplugins")
{
m_current_view = COVERFLOW_PLUGIN;
for(k = 0; k < m_numPlugins; ++k)
m_plugin.SetEnablePlugin(m_cfg, k, 2); /* force enable */
}
else if(source == "plugin")
{
magicNums.clear();
@ -404,13 +398,6 @@ bool CMenu::_Source()
m_current_view = COVERFLOW_HOMEBREW;
_setSrcOptions();
}
else if(source == "allplugins")
{
m_current_view = COVERFLOW_PLUGIN;
for(k = 0; k < m_numPlugins; ++k)
m_plugin.SetEnablePlugin(m_cfg, k, 2); /* force enable */
_setSrcOptions();
}
else if(source == "plugin")
{
m_current_view = COVERFLOW_PLUGIN;