remove bogus FIXME
authorDavid Schleef <ds@schleef.org>
Fri, 2 Jan 2004 06:58:17 +0000 (06:58 +0000)
committerDavid Schleef <ds@schleef.org>
Fri, 2 Jan 2004 06:58:17 +0000 (06:58 +0000)
Original commit message from CVS:
remove bogus FIXME

gst/gstcaps.c

index 2862b82..c85b2ec 100644 (file)
@@ -695,8 +695,6 @@ GstCaps *gst_caps_load_thyself (xmlNodePtr parent)
 /* utility */
 void gst_caps_replace (GstCaps **caps, GstCaps *newcaps)
 {
-  /* FIXME */
-
   if (*caps) gst_caps_free(*caps);
   *caps = newcaps;
 }