]> Dogcows Code - chaz/openbox/commitdiff
remove bad comment
authorDana Jansens <danakj@orodu.net>
Wed, 3 Sep 2003 04:28:00 +0000 (04:28 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 3 Sep 2003 04:28:00 +0000 (04:28 +0000)
render/color.c

index 48cd631e25a784ad442f272b526438af6072dc46..358911e155941cbb637f27f975e3e45e62f5230a 100644 (file)
@@ -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);
This page took 0.026075 seconds and 4 git commands to generate.