mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-04 05:17:47 +02:00
moduleMain functions were never called but with nullptr; so simplify
This commit is contained in:
@@ -458,7 +458,7 @@ void ModuleManager::InitializeBuiltins()
|
||||
for (auto moduleMain : builtinModuleList())
|
||||
{
|
||||
ModuleInterfaceHandle module {
|
||||
moduleMain(nullptr), ModuleInterfaceDeleter{}
|
||||
moduleMain(), ModuleInterfaceDeleter{}
|
||||
};
|
||||
|
||||
if (module && module->Initialize())
|
||||
|
||||
Reference in New Issue
Block a user