From: Mathieu Duponchelle Date: Sat, 21 Feb 2015 14:30:57 +0000 (+0100) Subject: ges-structured-interface: fix build X-Git-Tag: 1.19.3~493^2~1249 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7cfdc2265d965c1f8927441479ae0201bc0cb420;p=platform%2Fupstream%2Fgstreamer.git ges-structured-interface: fix build --- diff --git a/ges/ges-structured-interface.c b/ges/ges-structured-interface.c index 0d7bdcb..b0b5408 100644 --- a/ges/ges-structured-interface.c +++ b/ges/ges-structured-interface.c @@ -134,7 +134,7 @@ _ges_get_asset_from_timeline (GESTimeline * timeline, GType type, GESLayer * _ges_get_layer_by_priority (GESTimeline * timeline, gint priority) { - GList *layers, *tmp; + GList *layers; gint nlayers; GESLayer *layer = NULL;