(svn r23222) -Codechange: reduce tar scanning calls to the bare minimum

This commit is contained in:
rubidium
2011-11-14 21:40:39 +00:00
parent b6791f4d8f
commit 023d530ead
6 changed files with 12 additions and 8 deletions

View File

@@ -1172,7 +1172,6 @@ struct NewGRFWindow : public QueryStringBaseWindow, NewGRFScanCallback {
case SNGRFS_RESCAN_FILES:
case SNGRFS_RESCAN_FILES2:
TarScanner::DoScan(TarScanner::NEWGRF);
ScanNewGRFFiles(this);
break;
}