summaryrefslogtreecommitdiff
path: root/navit/map.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-10-16 07:40:11 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-10-16 07:40:11 +0000
commit1000605caddfb083198d8f54858f3a7a161ddf4f (patch)
treef78e8299ecb392bfd717b51a550cad6657a28986 /navit/map.h
parent8681d84b519a6b0ee031151c3d4877973cf056df (diff)
downloadnavit-1000605caddfb083198d8f54858f3a7a161ddf4f.tar.gz
Fix:Core:Removed no longer existing function call
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1480 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/map.h')
-rw-r--r--navit/map.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/navit/map.h b/navit/map.h
index 4026ab6b7..3a76e7fb1 100644
--- a/navit/map.h
+++ b/navit/map.h
@@ -223,11 +223,8 @@ struct map_priv;
struct map_rect;
struct map_search;
struct map_selection;
+struct pcoord;
struct map *map_new(struct attr **attrs);
-char *map_get_filename(struct map *this_);
-char *map_get_type(struct map *this_);
-int map_get_active(struct map *this_);
-void map_set_active(struct map *this_, int active);
int map_get_attr(struct map *this_, enum attr_type type, struct attr *attr, struct attr_iter *iter);
int map_set_attr(struct map *this_, struct attr *attr);
void map_add_callback(struct map *this_, struct callback *cb);