summaryrefslogtreecommitdiff
path: root/navit/navit.h
diff options
context:
space:
mode:
authorakashihi <akashihi@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-03-04 04:21:00 +0000
committerakashihi <akashihi@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-03-04 04:21:00 +0000
commitca6f71276edd85f2dba6e0de2843066f16e579db (patch)
tree464fa8b80e6b72bbc09bc3a66e598a40f93a1d3d /navit/navit.h
parentea35eff00db98a767b875004bf9a0d0c59a74450 (diff)
downloadnavit-ca6f71276edd85f2dba6e0de2843066f16e579db.tar.gz
Fix:core:Replaced navit_get_bookmarks() with bookmarks attribute
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2978 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/navit.h')
-rw-r--r--navit/navit.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/navit/navit.h b/navit/navit.h
index 7e85dee9f..27d7cc697 100644
--- a/navit/navit.h
+++ b/navit/navit.h
@@ -99,7 +99,6 @@ struct displaylist *navit_get_displaylist(struct navit *this_);
int navit_block(struct navit *this_, int block);
void navit_layout_switch(struct navit *n);
int navit_set_layout_by_name(struct navit *n, char* name);
-struct bookmarks* navit_get_bookmarks(struct navit *this_);
void navit_destroy(struct navit *this_);
/* end of prototypes */
#ifdef __cplusplus