remove XXX comment, it was right, now its done :>
This commit is contained in:
parent
ac9d8c58cb
commit
fffc89c226
1 changed files with 0 additions and 2 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue