X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/a25c4c508425a98c4aba9b5d72c6e57c985f9da2..9552af08b0de8cf0de6b8d253d5a77173f35259b:/src/expedia.h diff --git a/src/expedia.h b/src/expedia.h index 69d1531e..38c781d3 100644 --- a/src/expedia.h +++ b/src/expedia.h @@ -27,8 +27,6 @@ #include "vikcoord.h" #include "mapcoord.h" -gboolean expedia_coord_to_mapcoord ( const VikCoord *src, gdouble xzoom, gdouble yzoom, MapCoord *dest ); -void expedia_mapcoord_to_center_coord ( MapCoord *src, VikCoord *dest ); -void expedia_download ( MapCoord *src, const gchar *dest_fn ); +void expedia_init(); #endif