1
0
Fork 0
mirror of https://github.com/HamletDuFromage/aio-switch-updater.git synced 2024-11-24 18:42:05 +00:00

remove silly leftover

This commit is contained in:
flb 2022-11-01 00:17:12 +01:00
parent b5a31185e2
commit ff3746a83a

View file

@ -269,11 +269,9 @@ void AppPage_Exclude::PopulatePage()
this->registerAction("menus/cheats/exclude_all"_i18n, brls::Key::X, [this] { this->registerAction("menus/cheats/exclude_all"_i18n, brls::Key::X, [this] {
std::set<std::string> exclude; std::set<std::string> exclude;
if (true) {
for (const auto& item : items) { for (const auto& item : items) {
exclude.insert(item.second); exclude.insert(item.second);
} }
}
extract::writeTitlesToFile(exclude, CHEATS_EXCLUDE); extract::writeTitlesToFile(exclude, CHEATS_EXCLUDE);
brls::Application::popView(); brls::Application::popView();
return true; return true;