summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/openttd.cpp')
-rw-r--r--src/openttd.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp
index 24e3e97ff..c97fb6163 100644
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -692,11 +692,6 @@ int openttd_main(int argc, char *argv[])
goto exit_noshutdown;
}
-#if defined(WINCE) && defined(_DEBUG)
- /* Switch on debug lvl 4 for WinCE if Debug release, as you can't give params, and you most likely do want this information */
- SetDebugString("4");
-#endif
-
DeterminePaths(argv[0]);
TarScanner::DoScan(TarScanner::BASESET);