1
0
Fork 0
mirror of https://github.com/HamletDuFromage/aio-switch-updater.git synced 2024-09-18 21:13:38 +01: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,10 +269,8 @@ void AppPage_Exclude::PopulatePage()
this->registerAction("menus/cheats/exclude_all"_i18n, brls::Key::X, [this] {
std::set<std::string> exclude;
if (true) {
for (const auto& item : items) {
exclude.insert(item.second);
}
for (const auto& item : items) {
exclude.insert(item.second);
}
extract::writeTitlesToFile(exclude, CHEATS_EXCLUDE);
brls::Application::popView();