Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #1751 from andreabedini/patch-1
Remove unused variable
  • Loading branch information
nyalldawson committed Jan 4, 2015
2 parents 841af77 + fbe7551 commit b396af0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gui/qgsrubberband.cpp
Expand Up @@ -536,7 +536,6 @@ void QgsRubberBand::updateRect()
{
QList<QgsPoint>::const_iterator it = mPoints.at( i ).constBegin(),
itE = mPoints.at( i ).constEnd();
int j = 0;
for ( ; it != itE; ++it )
{
QgsPoint p( it->x() + mTranslationOffsetX, it->y() + mTranslationOffsetY );
Expand Down

0 comments on commit b396af0

Please sign in to comment.