]> git.street.me.uk Git - andy/viking.git/commitdiff
Improve function comments as these don't return anything
authorRob Norris <rw_norris@hotmail.com>
Mon, 27 Mar 2017 22:28:14 +0000 (23:28 +0100)
committerRob Norris <rw_norris@hotmail.com>
Tue, 28 Mar 2017 21:56:36 +0000 (22:56 +0100)
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 )
 {