From 81f211a82af1b5c9da6ee16434e9d3f1685a8c72 Mon Sep 17 00:00:00 2001 From: rainmakerv2 <30595646+jpau02@users.noreply.github.com> Date: Mon, 24 Feb 2025 07:46:41 +0800 Subject: [PATCH] Remove unused declaration until it is needed again --- src/core/libraries/np_trophy/trophy_ui.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/core/libraries/np_trophy/trophy_ui.cpp b/src/core/libraries/np_trophy/trophy_ui.cpp index ab396ef6f..9b152ce3d 100644 --- a/src/core/libraries/np_trophy/trophy_ui.cpp +++ b/src/core/libraries/np_trophy/trophy_ui.cpp @@ -11,8 +11,6 @@ #include "imgui/imgui_std.h" #include "trophy_ui.h" -CMRC_DECLARE(res); - using namespace ImGui; namespace Libraries::NpTrophy {