Skip to content

Commit 9219f5a

Browse files
committedApr 13, 2018
Delete unused variables
1 parent b1b90ef commit 9219f5a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
 

‎src/core/symbology/qgssymbollayerutils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1477,7 +1477,7 @@ bool QgsSymbolLayerUtils::convertPolygonSymbolizerToPointMarker( QDomElement &el
14771477
int markIndex = -1;
14781478
QColor fillColor, strokeColor;
14791479
double strokeWidth = 1.0, size = 0.0, angle = 0.0;
1480-
QPointF anchor, offset;
1480+
QPointF offset;
14811481

14821482
// Fill element can contain a GraphicFill element
14831483
QDomElement graphicFillElem = fillElem.firstChildElement( QStringLiteral( "GraphicFill" ) );

‎src/providers/gpx/qgsgpxprovider.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ bool QgsGPXProvider::addFeature( QgsFeature &f, Flags )
216216
bool success = false;
217217
QgsGpsObject *obj = nullptr;
218218
QgsAttributes attrs = f.attributes();
219-
QgsAttributeMap::const_iterator it;
220219

221220
// is it a waypoint?
222221
if ( mFeatureType == WaypointType && geo && wkbType == QgsWkbTypes::Point )

0 commit comments

Comments
 (0)
Please sign in to comment.