Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
vcloarec authored and github-actions[bot] committed Dec 2, 2021
1 parent e1382ad commit f0c2f65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/qgsmaptoolselectionhandler.cpp
Expand Up @@ -270,7 +270,7 @@ void QgsMapToolSelectionHandler::selectPolygonPressEvent( QgsMapMouseEvent *e )
{
rect = transform.transformBoundingBox( rect, QgsCoordinateTransform::ReverseTransform );
}
catch ( QgsCsException &exception )
catch ( QgsCsException & )
{
QgsDebugMsg( QStringLiteral( "Could not transform geometry to layer CRS" ) );
}
Expand All @@ -297,7 +297,7 @@ void QgsMapToolSelectionHandler::selectPolygonPressEvent( QgsMapMouseEvent *e )
{
geom.transform( transform );
}
catch ( QgsCsException &exception )
catch ( QgsCsException & )
{
QgsDebugMsg( QStringLiteral( "Could not transform geometry to map CRS" ) );
}
Expand Down

0 comments on commit f0c2f65

Please sign in to comment.