main: Remove extraneous comment

This commit is contained in:
Zach Hilman 2019-05-30 10:47:56 -04:00
parent 46e2ca5475
commit 9b2d38582f

View File

@ -1396,7 +1396,6 @@ void GMainWindow::OnMenuInstallToNAND() {
tr("The file was successfully installed."));
game_list->PopulateAsync(UISettings::values.game_directory_path,
UISettings::values.game_directory_deepscan);
// Clear the game list cache.
FileUtil::DeleteDirRecursively(FileUtil::GetUserPath(FileUtil::UserPath::CacheDir) +
DIR_SEP + "game_list");
};