summaryrefslogtreecommitdiff
path: root/navit/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'navit/main.c')
-rw-r--r--navit/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/navit/main.c b/navit/main.c
index 8857cdfc6..a54778254 100644
--- a/navit/main.c
+++ b/navit/main.c
@@ -61,7 +61,7 @@ static void sigchld(int sig)
#endif
}
-
+#if 0
static gchar *get_home_directory(void)
{
static gchar *homedir = NULL;
@@ -77,6 +77,7 @@ static gchar *get_home_directory(void)
}
return homedir;
}
+#endif
static GList *navit;