remove bogus FIXME

Original commit message from CVS:
remove bogus FIXME
This commit is contained in:
David Schleef 2004-01-02 06:58:17 +00:00
parent fcfb110e96
commit 1af3878c8f

View 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;
}