MCPcopy Create free account
hub / github.com/audacity/audacity / UnregisterPlugin

Method UnregisterPlugin

libraries/lib-module-manager/PluginManager.cpp:1031–1035  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1029}
1030
1031void PluginManager::UnregisterPlugin(const PluginID & ID)
1032{
1033 mRegisteredPlugins.erase(ID);
1034 mLoadedInterfaces.erase(ID);
1035}
1036
1037int PluginManager::GetPluginCount(PluginType type)
1038{

Callers 2

UnregisterEffectMethod · 0.80
ApplyChangesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected