X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/7114e87955b0a009e3fcc406dbe97c88e67eaf8a..de2fc9aa9e8db8e0258c8328161c6b5eda176a0a:/src/vikcoord.h diff --git a/src/vikcoord.h b/src/vikcoord.h index 305e82ee..8647caef 100644 --- a/src/vikcoord.h +++ b/src/vikcoord.h @@ -43,7 +43,6 @@ typedef struct { /* 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);