Skip to content

Commit

Permalink
Remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Dec 10, 2019
1 parent b9356ea commit adb2c37
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/core/pal/layer.cpp
Expand Up @@ -314,10 +314,6 @@ void Layer::joinConnectedFeatures()
FeaturePart *otherPart = _findConnectedPart( partCheck, parts );
if ( otherPart )
{
// remove partCheck from r-tree
const QgsRectangle checkPartBoundsBefore = partCheck->boundingBox();
const QgsRectangle otherPartBoundsBefore = otherPart->boundingBox();

// merge points from partCheck to p->item
if ( otherPart->mergeWithFeaturePart( partCheck ) )
{
Expand Down

0 comments on commit adb2c37

Please sign in to comment.