GESTimelineTransition: Remove unneeded variable

This commit is contained in:
Edward Hervey 2010-08-31 13:49:21 +02:00
parent c655a86492
commit e28da66ceb

View file

@ -60,8 +60,6 @@ ges_timeline_transition_update_vtype_internal (GESTimelineObject * self,
{
GList *tmp;
GESTimelineTransition *trself = (GESTimelineTransition *) self;
GESVideoTransitionType old;
old = trself->vtype;
for (tmp = self->trackobjects; tmp; tmp = g_list_next (tmp)) {
GESTrackVideoTransition *obj;