1
0
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:
Paul Licameli
2021-05-13 16:20:44 -04:00
parent 6242be0a8e
commit bd6fb75886
19 changed files with 36 additions and 97 deletions

View File

@@ -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