mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-28 14:18:41 +02:00
Don't load PluginTypeNone.
The code that did this was marked for removal with 2.1.1, and 2.3.0 is time to do so.
This commit is contained in:
parent
233b1677dd
commit
dcd9368af0
@ -1922,11 +1922,6 @@ void PluginManager::Load()
|
||||
LoadGroup(®istry, PluginTypeImporter);
|
||||
|
||||
LoadGroup(®istry, PluginTypeStub);
|
||||
|
||||
// Not used by 2.1.1 or greater, but must load to allow users to switch between 2.1.0
|
||||
// and 2.1.1+. This should be removed after a few releases past 2.1.0.
|
||||
LoadGroup(®istry, PluginTypeNone);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user