summaryrefslogtreecommitdiff
path: root/src/win32.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-01-16 16:32:48 +0000
committerrubidium <rubidium@openttd.org>2009-01-16 16:32:48 +0000
commit102cc11ee9faa60bd8b843519fb451da69b9bd01 (patch)
tree04972b00b0bc45f334322887257c3f52614c7b6a /src/win32.cpp
parentc333790dd8b3de60c923ce89bb44762c9fb677fa (diff)
downloadopenttd-102cc11ee9faa60bd8b843519fb451da69b9bd01.tar.xz
(svn r15113) -Codechange: unify calling ScanForTarFiles when determining the paths.
Diffstat (limited to 'src/win32.cpp')
-rw-r--r--src/win32.cpp3
1 files changed, 0 insertions, 3 deletions
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();
}
/**