]> git.street.me.uk Git - andy/viking.git/blobdiff - src/vikcoord.h
Fix #2958601: Support for non ascii characters in "Go-to" search
[andy/viking.git] / src / vikcoord.h
index 305e82ee1dcdd06532b7dee7a4354fb3a16ac4bc..ff7887406d41bd2697545c8982a99e3bee96411b 100644 (file)
@@ -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 */
 
 /* 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);
 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);