Navigation Menu

Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
andreabedini committed Jan 4, 2015
1 parent 2418ec7 commit fbe7551
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 fbe7551

Please sign in to comment.