mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-02 06:40:12 +01:00
moduleMain functions were never called but with nullptr; so simplify
This commit is contained in:
@@ -140,7 +140,7 @@ public:
|
||||
// be declared static so as not to interfere with other modules during link.
|
||||
// ----------------------------------------------------------------------------
|
||||
#define DECLARE_MODULE_ENTRY(name) \
|
||||
static ModuleInterface * name(const wxString *path)
|
||||
static ModuleInterface * name()
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// This will create a class and instance that will register the module entry
|
||||
|
||||
Reference in New Issue
Block a user