mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-23 01:56:08 -04:00
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 <collecting@noreply.localhost>
This commit is contained in:
@@ -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<std::string>{};
|
||||
|
||||
const auto process_content_type = [&](const std::filesystem::path& content_path) {
|
||||
if (!Common::FS::IsDir(content_path))
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user