remove bad comment

This commit is contained in:
Dana Jansens 2003-09-03 04:28:00 +00:00
parent d5f823db68
commit 694a628a2f

View file

@ -272,8 +272,7 @@ gulong RrColorPixel(const RrColor *c)
return c->pixel; return c->pixel;
} }
GC RrColorGC(RrColor *c) /* XXX make this const RrColor* when the GCs are in GC RrColorGC(RrColor *c)
a cache.. if possible? */
{ {
if (!c->gc) if (!c->gc)
RrColorAllocateGC(c); RrColorAllocateGC(c);