mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-22 22:43:01 +02:00
Make static "Destroy" methods for certain singletons unnecessary.
This commit is contained in:
@@ -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;
|
||||
|
@@ -54,7 +54,6 @@ class ModuleInterface;
|
||||
class PluginManagerInterface /* not final */
|
||||
{
|
||||
public:
|
||||
virtual ~PluginManagerInterface() {};
|
||||
|
||||
virtual bool IsPluginRegistered(const wxString & path) = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user