mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2026-05-12 15:04:15 -05:00
Remove unneeded register
This commit is contained in:
parent
46fb0c5eb9
commit
7708ff95c3
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user