mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-06 11:18:51 -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;
|
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) {
|
const auto process_content_type = [&](const std::filesystem::path& content_path) {
|
||||||
if (!Common::FS::IsDir(content_path))
|
if (!Common::FS::IsDir(content_path))
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user