From 102cc11ee9faa60bd8b843519fb451da69b9bd01 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 16 Jan 2009 16:32:48 +0000 Subject: (svn r15113) -Codechange: unify calling ScanForTarFiles when determining the paths. --- src/win32.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/win32.cpp') diff --git a/src/win32.cpp b/src/win32.cpp index f57ed5052..56f2ce1cf 100644 --- a/src/win32.cpp +++ b/src/win32.cpp @@ -1045,7 +1045,6 @@ char *getcwd(char *buf, size_t size) void DetermineBasePaths(const char *exe) { - extern void ScanForTarFiles(); char tmp[MAX_PATH]; TCHAR path[MAX_PATH]; #ifdef WITH_PERSONAL_DIR @@ -1091,8 +1090,6 @@ void DetermineBasePaths(const char *exe) _searchpaths[SP_INSTALLATION_DIR] = NULL; _searchpaths[SP_APPLICATION_BUNDLE_DIR] = NULL; - - ScanForTarFiles(); } /** -- cgit v1.2.3-70-g09d2