X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/165a4fa946aa6a6e5716a71d0a0f97c086c70ba7..e96fe99dfb8c926ba4c6ee558380cc3f7f5241bc:/src/geonamessearch.h diff --git a/src/geonamessearch.h b/src/geonamessearch.h index b38eab51..1a9fa3c7 100644 --- a/src/geonamessearch.h +++ b/src/geonamessearch.h @@ -1,11 +1,6 @@ #ifndef __VIK_GEONAMESSEARCH_H #define __VIK_GEONAMESSEARCH_H -/* Finding a named place */ -extern void a_geonames_search(VikWindow *vw, VikLayersPanel *vlp, VikViewport *vvp); -gchar * a_geonamessearch_get_search_string_for_this_place(VikWindow *vw); -gchar *uri_escape(gchar *str); - /* Finding Wikipedia entries within a certain box */ extern void a_geonames_wikipedia_box(VikWindow *vw, VikTrwLayer *vtl, VikLayersPanel *vlp, struct LatLon maxmin[2]);