X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/c3deba012b9d8f5a14c1c4be793bba389aaf0505..e6b64c5dc48ab20f0bab12abb23ba91c2c55f347:/src/vikcoord.h 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);