summaryrefslogtreecommitdiff
path: root/navit/navit.h
diff options
context:
space:
mode:
authorsleske <sleske@ffa7fe5e-494d-0410-b361-a75ebd5db220>2013-01-20 18:17:32 +0000
committersleske <sleske@ffa7fe5e-494d-0410-b361-a75ebd5db220>2013-01-20 18:17:32 +0000
commit3c63b34a72758b635f7ad9237012d194c7b84ceb (patch)
treedad8856486f95b6d9e165cede97587a1c5bfb5d2 /navit/navit.h
parent3479cce2953ca01cab7f3d7139740f7116c3db27 (diff)
downloadnavit-svn-3c63b34a72758b635f7ad9237012d194c7b84ceb.tar.gz
Fix:core:Refactoring|Rename, unused variables removed, static added.
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5347 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 68d3c9fe..4f8a7dc0 100644
--- a/navit/navit.h
+++ b/navit/navit.h
@@ -64,7 +64,6 @@ int navit_get_width(struct navit *this_);
int navit_get_height(struct navit *this_);
int navit_ignore_button(struct navit *this_);
void navit_ignore_graphics_events(struct navit *this_, int ignore);
-void navit_set_timeout(struct navit *this_);
int navit_handle_button(struct navit *this_, int pressed, int button, struct point *p, struct callback *popup_callback);
void navit_handle_motion(struct navit *this_, struct point *p);
void navit_zoom_in(struct navit *this_, int factor, struct point *p);