From: Dana Jansens Date: Wed, 3 Sep 2003 04:28:00 +0000 (+0000) Subject: remove bad comment X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=694a628a2f4d209d27290d334680a1c3d22daa73;p=chaz%2Fopenbox remove bad comment --- 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);