summaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-09-02 08:38:33 +0000
committerDana Jansens <danakj@orodu.net>2003-09-02 08:38:33 +0000
commitfffc89c226484d058dc31188163b0a6653ece0ec (patch)
tree4471f904615e3230d5f4cd49b2aa55e628a79275 /render
parentac9d8c58cb2286a98f699fe1b98b56e11c262868 (diff)
remove XXX comment, it was right, now its done :>
Diffstat (limited to 'render')
-rw-r--r--render/color.c2
1 files changed, 0 insertions, 2 deletions
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) {