1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-31 11:35:50 +02:00

Make static "Destroy" methods for certain singletons unnecessary.

This commit is contained in:
Paul Licameli
2016-04-06 14:42:36 -04:00
parent c9d50dc20b
commit df5fcc3581
9 changed files with 18 additions and 44 deletions

View File

@@ -109,7 +109,6 @@ public:
class ModuleManagerInterface /* not final */
{
public:
virtual ~ModuleManagerInterface() {};
// Modules call this to register their interface
virtual void RegisterModule(ModuleInterface *module) = 0;