(svn r19776) -Change: don't scan for tars in the script scanner; it has already happened.

This commit is contained in:
rubidium 2010-05-10 09:35:25 +00:00
parent 3f961ca671
commit 8a2fecbff5
1 changed files with 0 additions and 3 deletions

View File

@ -87,9 +87,6 @@ void ScriptScanner::ScanScriptDir(const char *info_file_name, Subdirectory searc
char buf[MAX_PATH];
Searchpath sp;
extern void ScanForTarFiles();
ScanForTarFiles();
FOR_ALL_SEARCHPATHS(sp) {
FioAppendDirectory(buf, MAX_PATH, sp, search_dir);
if (FileExists(buf)) this->ScanDir(buf, info_file_name);