]> git.street.me.uk Git - andy/viking.git/blobdiff - src/vikcoord.h
Add GeoRef layer tooltip to show the file name in use.
[andy/viking.git] / src / vikcoord.h
index 8647caef251db76646a689ca0efcc857231e31eb..ff7887406d41bd2697545c8982a99e3bee96411b 100644 (file)
@@ -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);