mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 08:27:13 +01:00
Make static "Destroy" methods for certain singletons unnecessary.
This commit is contained in:
@@ -1984,10 +1984,6 @@ int AudacityApp::OnExit()
|
||||
// Terminate the PluginManager (must be done before deleting the locale)
|
||||
PluginManager::Get().Terminate();
|
||||
|
||||
// Done with plugins and modules
|
||||
PluginManager::Destroy();
|
||||
ModuleManager::Destroy();
|
||||
|
||||
if (mLocale)
|
||||
delete mLocale;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user