X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/c3deba012b9d8f5a14c1c4be793bba389aaf0505..43e8b799d298705a645376a567b89faa20d55a87:/src/vikcoord.h?ds=sidebyside diff --git a/src/vikcoord.h b/src/vikcoord.h index 8647caef..ff788740 100644 --- a/src/vikcoord.h +++ b/src/vikcoord.h @@ -42,8 +42,6 @@ typedef struct { /* notice we can cast to either UTM or LatLon */ /* possible more modes to come? xy? we'll leave that as an option */ -VikCoord *vik_coord_new(); - void vik_coord_convert(VikCoord *coord, VikCoordMode dest_mode); void vik_coord_copy_convert(const VikCoord *coord, VikCoordMode dest_mode, VikCoord *dest); gdouble vik_coord_diff(const VikCoord *c1, const VikCoord *c2);