Explorar o código

main: Remove extraneous comment

Zach Hilman %!s(int64=7) %!d(string=hai) anos
pai
achega
9b2d38582f
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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");
     };