From 8a2fecbff5532f5208c457d6f49742f4cc0ff754 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 10 May 2010 09:35:25 +0000 Subject: (svn r19776) -Change: don't scan for tars in the script scanner; it has already happened. --- src/script/script_scanner.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/script/script_scanner.cpp b/src/script/script_scanner.cpp index 308aea8fe..5c6a73801 100644 --- a/src/script/script_scanner.cpp +++ b/src/script/script_scanner.cpp @@ -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); -- cgit v1.2.3-70-g09d2