don't initialize vpattern field

This commit is contained in:
Brandon Lewis 2010-06-11 16:53:03 +02:00 committed by Edward Hervey
parent 2d022c8886
commit 7370d3ab7c

View file

@ -184,7 +184,6 @@ ges_tl_bg_src_class_init (GESTimelineBackgroundSourceClass * klass)
static void
ges_tl_bg_src_init (GESTimelineBackgroundSource * self)
{
self->vpattern = 0;
GES_TIMELINE_OBJECT (self)->duration = 0;
}