]> git.street.me.uk Git - andy/viking.git/blobdiff - src/maputils.c
Improve function comments as these don't return anything
[andy/viking.git] / src / maputils.c
index cb0c3ed61456039c2609d3cc0956dedc2defaa02..8890a1320f70ec49293240d697848bf0be26f3f5 100644 (file)
@@ -136,8 +136,6 @@ static void _to_vikcoord_with_offset ( const MapCoord *src, VikCoord *dest, gdou
  * @dest:  The resulting Spherical Mercator coordinates in #VikCoord
  *
  * Convert a #MapCoord in Inverse TMS format into Spherical Mercator coordinates for the center of the TMS area
- *
- * Returns: whether the conversion was performed
  */
 void map_utils_iTMS_to_center_vikcoord ( const MapCoord *src, VikCoord *dest )
 {
@@ -151,8 +149,6 @@ void map_utils_iTMS_to_center_vikcoord ( const MapCoord *src, VikCoord *dest )
  *
  * Convert a #MapCoord in Inverse TMS format into Spherical Mercator coordinates
  *  (for the top left corner of the Inverse TMS area)
- *
- * Returns: whether the conversion was performed
  */
 void map_utils_iTMS_to_vikcoord ( const MapCoord *src, VikCoord *dest )
 {