summaryrefslogtreecommitdiff
path: root/navit/navit.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-10-25 11:32:37 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-10-25 11:32:37 +0000
commitcd9ef1728721b1f3924c547e63667116ce1ca6a9 (patch)
tree916d7cdc189010ef5a7a8d05a4cca65b24401ec2 /navit/navit.h
parent37fbca67790882c1f7377a0fcc71b588725e65fd (diff)
downloadnavit-cd9ef1728721b1f3924c547e63667116ce1ca6a9.tar.gz
Fix:Core:Cleanup of vehicle handling
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1559 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/navit.h')
-rw-r--r--navit/navit.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/navit/navit.h b/navit/navit.h
index a79b791ed..f99a82e04 100644
--- a/navit/navit.h
+++ b/navit/navit.h
@@ -80,8 +80,6 @@ void navit_attr_iter_destroy(struct attr_iter *iter);
void navit_add_callback(struct navit *this_, struct callback *cb);
void navit_remove_callback(struct navit *this_, struct callback *cb);
void navit_set_position(struct navit *this_, struct pcoord *c);
-struct navit_vehicle *navit_add_vehicle(struct navit *this_, struct vehicle *v, struct attr **attrs);
-void navit_set_vehicle(struct navit *this_, struct navit_vehicle *nv);
void navit_tracking_add(struct navit *this_, struct tracking *tracking);
void navit_set_speech(struct navit *this_, struct speech *speech);
struct gui *navit_get_gui(struct navit *this_);