Skip to content

Commit 3822c67

Browse files
author
jef
committedApr 26, 2010
fix warnings
git-svn-id: http://svn.osgeo.org/qgis/trunk@13394 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 2cf2df9 commit 3822c67

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed
 

‎src/core/symbology-ng/qgsmarkersymbollayerv2.cpp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -266,10 +266,8 @@ bool QgsSimpleMarkerSymbolLayerV2::prepareShape()
266266
}
267267
else if ( mName == "arrow" )
268268
{
269-
double eight = 1.0 / 4;
270-
double quarter = 1.0 / 2;
271-
272-
mPolygon << QPointF( 0, -1 )
269+
mPolygon
270+
<< QPointF( 0, -1 )
273271
<< QPointF( 0.5, -0.5 )
274272
<< QPointF( 0.25, -0.25 )
275273
<< QPointF( 0.25, 1 )

0 commit comments

Comments
 (0)
Please sign in to comment.