Address feedback, remove probably-misleading comment (had already fixed it).

This commit is contained in:
Henrik Rydgård
2021-02-27 22:19:03 +01:00
parent 2364c1c5e6
commit e60b38b6cb
4 changed files with 29 additions and 14 deletions
-2
View File
@@ -1529,8 +1529,6 @@ void Config::RemoveRecent(const std::string &file) {
}
}
// TODO: This can be called during shutdown at a point where we have no NativeActivity object.
// That causes us to drop all content URI isos since they fail to open.
void Config::CleanRecent() {
std::vector<std::string> cleanedRecent;
for (size_t i = 0; i < recentIsos.size(); i++) {