Skip to content

Commit

Permalink
Remove break
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Dec 6, 2022
1 parent ab5042a commit 28ffa97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -9756,7 +9756,6 @@ void QgisApp::mergeSelectedFeatures()
if ( featureIterator.nextFeature( f ) )
{
mergeFeatureId = f.id( );
break;
}
}

Expand Down

0 comments on commit 28ffa97

Please sign in to comment.