From 7708ff95c32537e2aff0744341220b6e4f71fae7 Mon Sep 17 00:00:00 2001 From: Maschell Date: Tue, 14 Apr 2026 19:25:21 +0200 Subject: [PATCH] Remove unneeded register --- source/ShellCommands.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/ShellCommands.cpp b/source/ShellCommands.cpp index e3cafb3..f4f7862 100644 --- a/source/ShellCommands.cpp +++ b/source/ShellCommands.cpp @@ -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() {