clip: Remove obsolete FIXME

This commit is contained in:
Alexandru Băluț 2019-04-13 20:03:52 +02:00 committed by Thibault Saunier
parent 07ee386d30
commit 547a340629

View file

@ -862,7 +862,6 @@ static void
ges_clip_init (GESClip * self)
{
self->priv = ges_clip_get_instance_private (self);
/* FIXME, check why it was done this way _DURATION (self) = GST_SECOND; */
self->priv->layer = NULL;
self->priv->nb_effects = 0;
}