From 4a9e80720acc41d8f335220f36d0c7ab11f03f25 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Sat, 18 Apr 2009 17:42:55 +0200 Subject: Remove unused variables in _class_init Detected by LLVM's CLang static analyzer --- gst/debugutils/gsttaginject.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'gst/debugutils/gsttaginject.c') diff --git a/gst/debugutils/gsttaginject.c b/gst/debugutils/gsttaginject.c index 3429fb14..416432f1 100644 --- a/gst/debugutils/gsttaginject.c +++ b/gst/debugutils/gsttaginject.c @@ -110,11 +110,9 @@ static void gst_tag_inject_class_init (GstTagInjectClass * klass) { GObjectClass *gobject_class; - GstElementClass *gstelement_class; GstBaseTransformClass *gstbasetrans_class; gobject_class = G_OBJECT_CLASS (klass); - gstelement_class = GST_ELEMENT_CLASS (klass); gstbasetrans_class = GST_BASE_TRANSFORM_CLASS (klass); gobject_class->set_property = GST_DEBUG_FUNCPTR (gst_tag_inject_set_property); -- cgit