]> Dogcows Code - chaz/openbox/commitdiff
remove debug print
authorDana Jansens <danakj@orodu.net>
Tue, 2 Sep 2003 17:42:57 +0000 (17:42 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 2 Sep 2003 17:42:57 +0000 (17:42 +0000)
render/render.c

index 0cc4ea53162440cc9df58d031baaf9f3e87097f7..8bde9c6f0416dc10247a9cd36586087666b08d19 100644 (file)
@@ -104,11 +104,6 @@ void RrPaint(RrAppearance *l, Window win, gint w, gint h)
                 if (l->surface.grad != RR_SURFACE_SOLID)
                     pixel_data_to_pixmap(l, 0, 0, w, h);
             }
-            g_message("%d %d -> %d %d",
-                      l->texture[i].data.lineart.x1,
-                      l->texture[i].data.lineart.y1,
-                      l->texture[i].data.lineart.x2,
-                      l->texture[i].data.lineart.y2);
             XDrawLine(RrDisplay(l->inst), l->pixmap,
                       RrColorGC(l->texture[i].data.lineart.color),
                       l->texture[i].data.lineart.x1,
This page took 0.022616 seconds and 4 git commands to generate.