From fb395bdf0c8b5523fd0dd4436b70968c30d6d220 Mon Sep 17 00:00:00 2001 From: lbartoletti Date: Tue, 10 Oct 2023 11:43:41 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- src/capi/sfcgal_c.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/capi/sfcgal_c.h b/src/capi/sfcgal_c.h index 27319156..2752365d 100644 --- a/src/capi/sfcgal_c.h +++ b/src/capi/sfcgal_c.h @@ -984,7 +984,6 @@ sfcgal_geometry_straight_skeleton_distance_in_m(const sfcgal_geometry_t *geom); * Returns the extrude straight skeleton of the given Polygon * @pre geom must be a Polygon * @pre isValid(geom) == true - * @pre isValid(geom) == true * @post isValid(return) == true * @ingroup capi */