X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/7114e87955b0a009e3fcc406dbe97c88e67eaf8a..7705a76faab5d95d33231f2081e7fceb1f881d83:/src/vikcoord.h?ds=inline diff --git a/src/vikcoord.h b/src/vikcoord.h index 305e82ee..ff788740 100644 --- a/src/vikcoord.h +++ b/src/vikcoord.h @@ -42,9 +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_free(VikCoord *coord); - 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);