1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 17:30:17 +01:00

Bug 1587 - Mac: Ghost duplicate Nyquist effects after upgrade

Fix removes ghost Nyquist effects from the effects menu and generators from generate menu.
This commit is contained in:
James Crook
2017-02-05 20:27:56 +00:00
parent 31df61f537
commit e4260e9581
17 changed files with 45 additions and 21 deletions

View File

@@ -104,7 +104,7 @@ public:
void DeleteInstance(const PluginID & provider, IdentInterface *instance);
bool IsProviderValid(const PluginID & provider, const wxString & path);
bool IsPluginValid(const PluginID & provider, const wxString & path);
bool IsPluginValid(const PluginID & provider, const wxString & path, bool bFast);
private:
// I'm a singleton class