summaryrefslogtreecommitdiffstats
path: root/gst/debugutils/gsttaginject.c
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2009-04-18 17:42:55 +0200
committerEdward Hervey <bilboed@bilboed.com>2009-04-18 18:51:27 +0200
commit4a9e80720acc41d8f335220f36d0c7ab11f03f25 (patch)
tree06662c08797f16a635237742fa76f31973845fc3 /gst/debugutils/gsttaginject.c
parent06a4b80918eae60f34d3bae453b6f527ae4d09d3 (diff)
Remove unused variables in _class_init
Detected by LLVM's CLang static analyzer
Diffstat (limited to 'gst/debugutils/gsttaginject.c')
-rw-r--r--gst/debugutils/gsttaginject.c2
1 files changed, 0 insertions, 2 deletions
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);