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
commit5a4a2b7cc09e7447fe1a3b9faadae3fd61223610 (patch)
tree916d7cdc189010ef5a7a8d05a4cca65b24401ec2 /navit/navit.h
parent505963f797632a603cd50f613533414ad9e64fde (diff)
downloadnavit-svn-5a4a2b7cc09e7447fe1a3b9faadae3fd61223610.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 a79b791e..f99a82e0 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_);