Skip to content

Commit

Permalink
Enable QgsClipper::trimFeature on arm architectures (#58762)
Browse files Browse the repository at this point in the history
This was apparently a left over from android build on 32 bits.
  • Loading branch information
3nids authored Sep 16, 2024
1 parent 6c52cb2 commit 3360007
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/core/qgsclipper.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -103,8 +101,6 @@ class CORE_EXPORT QgsClipper
QVector<double> &y,
bool shapeOpen );

SIP_END

/**
* Trims the given polygon to a rectangular box, by modifying the given polygon in place.
*
Expand Down

0 comments on commit 3360007

Please sign in to comment.