[MOVED FROM GST-P-FARSIGHT] Remove useless call to peek_parent

20080704200315-3e2dc-6b30efd2d32b6ca96609f4bdc0c3e286f4441746.gz
This commit is contained in:
Olivier Crete 2008-07-04 20:03:15 +00:00 committed by Edward Hervey
parent 1d94ecf2fd
commit ba15441117

View file

@ -117,8 +117,6 @@ gst_siren_enc_class_init (GstSirenEncClass *klass)
gstelement_class->change_state = GST_DEBUG_FUNCPTR (gst_siren_change_state);
parent_class = g_type_class_peek_parent (klass);
GST_DEBUG ("Class Init done");
}