remove XXX comment, it was right, now its done :>

This commit is contained in:
Dana Jansens 2003-09-02 08:38:33 +00:00
parent ac9d8c58cb
commit fffc89c226

View file

@ -65,8 +65,6 @@ RrColor *RrColorNew(const RrInstance *inst, gint r, gint g, gint b)
return out; return out;
} }
/*XXX same color could be pointed to twice, this might have to be a refcount*/
void RrColorFree(RrColor *c) void RrColorFree(RrColor *c)
{ {
if (c) { if (c) {