From: Dana Jansens Date: Tue, 2 Sep 2003 08:38:33 +0000 (+0000) Subject: remove XXX comment, it was right, now its done :> X-Git-Tag: openbox-3_0-rc1-RELEASE~414 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=fffc89c226484d058dc31188163b0a6653ece0ec;p=dana%2Fopenbox.git remove XXX comment, it was right, now its done :> --- diff --git a/render/color.c b/render/color.c index 5fdce391..48cd631e 100644 --- a/render/color.c +++ b/render/color.c @@ -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) {