]> Dogcows Code - chaz/openbox/blobdiff - render/color.c
more fixes to keep the pointer stuff aligned when doing keyboard move/resize
[chaz/openbox] / render / color.c
index 5fdce39148b9f7722cd0c1ba02e192a9863bca6d..48cd631e25a784ad442f272b526438af6072dc46 100644 (file)
@@ -65,8 +65,6 @@ RrColor *RrColorNew(const RrInstance *inst, gint r, gint g, gint b)
     return out;
 }
 
-/*XXX same color could be pointed to twice, this might have to be a refcount*/
-
 void RrColorFree(RrColor *c)
 {
     if (c) {
This page took 0.022703 seconds and 4 git commands to generate.