From dc4153cb70a0d5993c96ed3f2a45e8a50eb529f2 Mon Sep 17 00:00:00 2001 From: Collecting Date: Wed, 4 Feb 2026 16:28:08 +0100 Subject: [PATCH] Remove Unused Variable MSVC likes to complain a lot but also my bad, forgot that I removed from all the other stuff. This should be last commit spam. Signed-off-by: Collecting --- src/citron/main.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/citron/main.cpp b/src/citron/main.cpp index 80ccfa406..195dface1 100644 --- a/src/citron/main.cpp +++ b/src/citron/main.cpp @@ -6533,10 +6533,6 @@ void GMainWindow::RegisterAutoloaderContents() { continue; } - const auto it = disabled_addons.find(title_id_val); - const auto& disabled_for_game = - (it != disabled_addons.end()) ? it->second : std::vector{}; - const auto process_content_type = [&](const std::filesystem::path& content_path) { if (!Common::FS::IsDir(content_path)) return;