diff --git a/src/core/qgsclipper.h b/src/core/qgsclipper.h index 50a42bb6354b..d1b3d9f00340 100644 --- a/src/core/qgsclipper.h +++ b/src/core/qgsclipper.h @@ -89,8 +89,6 @@ class CORE_EXPORT QgsClipper ZMin, //!< Minimum Z \since QGIS 3.26 }; - SIP_IF_FEATURE( !ARM ) // Not available on ARM sip bindings because of qreal issues - /** * Trims the given feature to a rectangular box. Returns the trimmed * feature in x and y. The shapeOpen parameter determines whether @@ -103,8 +101,6 @@ class CORE_EXPORT QgsClipper QVector &y, bool shapeOpen ); - SIP_END - /** * Trims the given polygon to a rectangular box, by modifying the given polygon in place. *