Skip to content

Commit b396af0

Browse files
committed
Merge pull request #1751 from andreabedini/patch-1
Remove unused variable
2 parents 841af77 + fbe7551 commit b396af0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/gui/qgsrubberband.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,6 @@ void QgsRubberBand::updateRect()
536536
{
537537
QList<QgsPoint>::const_iterator it = mPoints.at( i ).constBegin(),
538538
itE = mPoints.at( i ).constEnd();
539-
int j = 0;
540539
for ( ; it != itE; ++it )
541540
{
542541
QgsPoint p( it->x() + mTranslationOffsetX, it->y() + mTranslationOffsetY );

0 commit comments

Comments
 (0)