]> git.street.me.uk Git - andy/viking.git/blobdiff - src/util.h
Add Waypoint List dialog.
[andy/viking.git] / src / util.h
index ec828a9033c3bdc2361f7ec44d0f241f5c1b7fdd..9ddfb340c5870ae6a2a272d74d255f6ce32b17de 100644 (file)
@@ -38,10 +38,6 @@ GList * str_array_to_glist(gchar* data[]);
 
 gboolean split_string_from_file_on_equals ( const gchar *buf, gchar **key, gchar **val );
 
-guint8 mpp_to_zoom ( gdouble mpp );
-
-void check_latest_version ( GtkWindow *window );
-
 G_END_DECLS
 
 #endif