summaryrefslogtreecommitdiff
path: root/navit/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'navit/main.c')
-rw-r--r--navit/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/navit/main.c b/navit/main.c
index 231b70f80..c8c27dcad 100644
--- a/navit/main.c
+++ b/navit/main.c
@@ -404,8 +404,6 @@ main_init(const char *program)
main_setup_environment(2);
#endif /* _WIN32 || _WIN32_WCE */
- if (getenv("LC_ALL"))
- dbg(0,"Warning: LC_ALL is set, this might lead to problems (e.g. strange positions from GPS)\n");
s = getenv("NAVIT_WID");
if (s) {
setenv("SDL_WINDOWID", s, 0);