Skip to content

Commit

Permalink
Removed garbage from last commit
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5500 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed May 30, 2006
1 parent 3cbeb45 commit b63a8ed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/qgsmarkercatalogue.cpp
Expand Up @@ -257,8 +257,6 @@ QPixmap QgsMarkerCatalogue::hardMarker ( QString name, int s, QPen pen, QBrush b
{
int oneThird = (int)(floor(size/3+0.5));
int twoThird = (int)(floor(size/3*2+0.5));
int oneQuarter = (int)(floor(size/4+0.5));
int threeQuarter = (int)(floor(size/4*3+0.5));
QPolygon pa(10);
pa.setPoint(0, half, 0);
pa.setPoint(1, oneThird, oneThird);
Expand Down

0 comments on commit b63a8ed

Please sign in to comment.