don't initialize vpattern field
authorBrandon Lewis <brandon@collabora.co.uk>
Fri, 11 Jun 2010 14:53:03 +0000 (16:53 +0200)
committerEdward Hervey <edward.hervey@collabora.co.uk>
Fri, 9 Jul 2010 11:21:08 +0000 (13:21 +0200)
ges/ges-timeline-background-source.c

index 885a66a..8489374 100644 (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;
 }