diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-02 17:42:57 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-02 17:42:57 +0000 |
| commit | 3b2b0998fccb395f0ed83230ac640d9fec315151 (patch) | |
| tree | ff6c9c177580c9a17ecf2e1f215975920dfb1499 /render | |
| parent | fffc89c226484d058dc31188163b0a6653ece0ec (diff) | |
remove debug print
Diffstat (limited to 'render')
| -rw-r--r-- | render/render.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/render/render.c b/render/render.c index 0cc4ea53..8bde9c6f 100644 --- a/render/render.c +++ b/render/render.c @@ -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, |
