X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/7363caa739bd64724ec6b12208d4f30f06258845..7233fcb656b321f5690667077d4c629300fd6ddd:/src/geonamessearch.h diff --git a/src/geonamessearch.h b/src/geonamessearch.h index d9e1a611..1a9fa3c7 100644 --- a/src/geonamessearch.h +++ b/src/geonamessearch.h @@ -1,10 +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); - /* Finding Wikipedia entries within a certain box */ extern void a_geonames_wikipedia_box(VikWindow *vw, VikTrwLayer *vtl, VikLayersPanel *vlp, struct LatLon maxmin[2]);