Skip to content

Commit

Permalink
deleted unused variables
Browse files Browse the repository at this point in the history
(cherry picked from commit ae5ffd4)
  • Loading branch information
uclaros authored and nyalldawson committed Feb 12, 2020
1 parent dc964ee commit db1b3df
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/app/vertextool/qgsvertextool.cpp
Expand Up @@ -512,9 +512,6 @@ void QgsVertexTool::cadCanvasReleaseEvent( QgsMapMouseEvent *e )
else if ( mSelectionRubberBand )
{
// only handling of selection rect being dragged
QgsPointXY pt0 = toMapCoordinates( *mSelectionRubberBandStartPos );
QgsPointXY pt1 = toMapCoordinates( e->pos() );
QgsRectangle map_rect( pt0, pt1 );
QList<Vertex> vertices;
QList<Vertex> selectedVertices;

Expand Down

0 comments on commit db1b3df

Please sign in to comment.