Преглед изворни кода

main: Remove extraneous comment

Zach Hilman пре 7 година
родитељ
комит
9b2d38582f
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      src/yuzu/main.cpp

+ 0 - 1
src/yuzu/main.cpp

@@ -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");
     };