Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13394 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Apr 26, 2010
1 parent 9c81ba8 commit 8c7185d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/core/symbology-ng/qgsmarkersymbollayerv2.cpp
Expand Up @@ -266,10 +266,8 @@ bool QgsSimpleMarkerSymbolLayerV2::prepareShape()
}
else if ( mName == "arrow" )
{
double eight = 1.0 / 4;
double quarter = 1.0 / 2;

mPolygon << QPointF( 0, -1 )
mPolygon
<< QPointF( 0, -1 )
<< QPointF( 0.5, -0.5 )
<< QPointF( 0.25, -0.25 )
<< QPointF( 0.25, 1 )
Expand Down

0 comments on commit 8c7185d

Please sign in to comment.