tracer: remove commented code
authorStefan Sauer <ensonic@users.sf.net>
Thu, 11 Sep 2014 11:00:59 +0000 (13:00 +0200)
committerStefan Sauer <ensonic@users.sf.net>
Mon, 5 Oct 2015 18:59:39 +0000 (20:59 +0200)
gst/gsttracer.c

index df973f3..29696a8 100644 (file)
@@ -165,7 +165,6 @@ gst_tracer_register (GstPlugin * plugin, const gchar * name, GType type)
     factory = GST_TRACER_FACTORY_CAST (existing_feature);
     factory->type = type;
     existing_feature->loaded = TRUE;
-    //g_type_set_qdata (type, __gst_elementclass_factory, factory);
     gst_object_unref (existing_feature);
     return TRUE;
   }