Remove unneeded register

This commit is contained in:
Maschell
2026-04-14 19:25:21 +02:00
parent 3840647d34
commit 0babd38f29

View File

@@ -680,10 +680,6 @@ namespace ShellCommands {
DEBUG_FUNCTION_LINE_WARN("Failed to create \"aroma plugins details\" alias \"aroma plugins show\": %s", IOPShellModule::GetErrorString(res));
}
}
if (const auto res = sPluginsGroup->RegisterGroup(); res != IOPSHELL_MODULE_ERROR_SUCCESS) {
DEBUG_FUNCTION_LINE_WARN("Failed to register \"aroma plugins\" command: %s", IOPShellModule::GetErrorString(res));
}
}
void Init() {