Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove dead code
  • Loading branch information
elpaso authored and nyalldawson committed Nov 29, 2021
1 parent 202bef9 commit ff8a78f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/expression/qgsexpressionfunction.cpp
Expand Up @@ -6620,7 +6620,6 @@ static QVariant executeGeomOverlay( const QVariantList &values, const QgsExpress
{

minOverlap = QgsExpressionUtils::getDoubleValue( values.at( 5 ), parent );
node = QgsExpressionUtils::getNode( values.at( 6 ), parent ); //in expressions overlay functions throw the exception: Eval Error: Cannot convert '' to int
minInscribedCircleRadius = QgsExpressionUtils::getDoubleValue( values.at( 6 ), parent );
#if GEOS_VERSION_MAJOR==3 && GEOS_VERSION_MINOR<9
if ( minInscribedCircleRadius != -1 )
Expand Down

0 comments on commit ff8a78f

Please sign in to comment.