mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
Remove unused variable
This commit is contained in:
parent
2418ec7e87
commit
fbe755111a
@ -536,7 +536,6 @@ void QgsRubberBand::updateRect()
|
|||||||
{
|
{
|
||||||
QList<QgsPoint>::const_iterator it = mPoints.at( i ).constBegin(),
|
QList<QgsPoint>::const_iterator it = mPoints.at( i ).constBegin(),
|
||||||
itE = mPoints.at( i ).constEnd();
|
itE = mPoints.at( i ).constEnd();
|
||||||
int j = 0;
|
|
||||||
for ( ; it != itE; ++it )
|
for ( ; it != itE; ++it )
|
||||||
{
|
{
|
||||||
QgsPoint p( it->x() + mTranslationOffsetX, it->y() + mTranslationOffsetY );
|
QgsPoint p( it->x() + mTranslationOffsetX, it->y() + mTranslationOffsetY );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user