]> git.street.me.uk Git - andy/viking.git/blobdiff - src/vikcoord.h
Add Terraserver
[andy/viking.git] / src / vikcoord.h
index 305e82ee1dcdd06532b7dee7a4354fb3a16ac4bc..8647caef251db76646a689ca0efcc857231e31eb 100644 (file)
@@ -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);