summaryrefslogtreecommitdiff
path: root/navit/navit/android.c
diff options
context:
space:
mode:
authorzoff99 <zoff99@ffa7fe5e-494d-0410-b361-a75ebd5db220>2011-02-25 18:38:38 +0000
committerzoff99 <zoff99@ffa7fe5e-494d-0410-b361-a75ebd5db220>2011-02-25 18:38:38 +0000
commit3889199005fe384c0b22c61486bfb351eb55b67d (patch)
tree353fce703580d5867fb7a7c94e72f689c14874de /navit/navit/android.c
parent789ea3734a9a40db9953b4cad8123a61e583bfd1 (diff)
downloadnavit-3889199005fe384c0b22c61486bfb351eb55b67d.tar.gz
Add:Android:app icons in different sizes, fix a bug in layout, disable pedestrian plugin for now
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@4245 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/navit/android.c')
-rw-r--r--navit/navit/android.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/navit/navit/android.c b/navit/navit/android.c
index 64147784e..032d26f4d 100644
--- a/navit/navit/android.c
+++ b/navit/navit/android.c
@@ -303,6 +303,8 @@ Java_org_navitproject_navit_NavitGraphics_CallbackMessageChannel( JNIEnv* env, j
struct mapset *ms;
struct map *map;
+ // this procedure is not used at the moment!!
+
// hopefully use a newly downloaded map, we just hope its set in navit.xml (make nicer soon)
// remove all curents maps
// ******global_navit->mapsets=NULL; // is this the correct way to clear the list?