[mapserver-commits] r8996 - sandbox/graphics
svn at osgeo.org
svn at osgeo.org
Sat May 2 05:58:07 EDT 2009
Author: tbonfort
Date: 2009-05-02 05:58:07 -0400 (Sat, 02 May 2009)
New Revision: 8996
Modified:
sandbox/graphics/maprendering.c
Log:
remove debugging code
Modified: sandbox/graphics/maprendering.c
===================================================================
--- sandbox/graphics/maprendering.c 2009-05-02 09:57:05 UTC (rev 8995)
+++ sandbox/graphics/maprendering.c 2009-05-02 09:58:07 UTC (rev 8996)
@@ -337,7 +337,6 @@
style->rotation = original_rotation + theta;
}
- MS_INIT_COLOR(style->color,255,0,0);
point.x = p->line[i].point[j - 1].x + offset * rx;
point.y = p->line[i].point[j - 1].y + offset * ry;
switch (symbol->type) {
More information about the mapserver-commits
mailing list