From 694a628a2f4d209d27290d334680a1c3d22daa73 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 3 Sep 2003 04:28:00 +0000 Subject: [PATCH] remove bad comment --- render/color.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/render/color.c b/render/color.c index 48cd631e..358911e1 100644 --- a/render/color.c +++ b/render/color.c @@ -272,8 +272,7 @@ gulong RrColorPixel(const RrColor *c) return c->pixel; } -GC RrColorGC(RrColor *c) /* XXX make this const RrColor* when the GCs are in - a cache.. if possible? */ +GC RrColorGC(RrColor *c) { if (!c->gc) RrColorAllocateGC(c); -- 2.39.2