Skip to content
Permalink
Browse files
Removed garbage from last commit
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.
@@ -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);

0 comments on commit b63a8ed

Please sign in to comment.