summaryrefslogtreecommitdiff
path: root/gst/gstindexfactory.c
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2009-04-03 11:52:49 +0200
committerEdward Hervey <bilboed@bilboed.com>2009-04-03 12:56:48 +0200
commit00cbbc87c7001b39885f82e095be6173c4f2431a (patch)
tree3722058da1680522425cde648ff29db0cd56b2c6 /gst/gstindexfactory.c
parent01166ec0cd11e91a463c3aed2366a1fb0ecbf578 (diff)
Remove unused variables detected by LLVM's Clang static analyzer.
Diffstat (limited to 'gst/gstindexfactory.c')
-rw-r--r--gst/gstindexfactory.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gst/gstindexfactory.c b/gst/gstindexfactory.c
index cf268a58e2..7dfecbe515 100644
--- a/gst/gstindexfactory.c
+++ b/gst/gstindexfactory.c
@@ -73,12 +73,8 @@ static void
gst_index_factory_class_init (GstIndexFactoryClass * klass)
{
GObjectClass *gobject_class;
- GstObjectClass *gstobject_class;
- GstPluginFeatureClass *gstpluginfeature_class;
gobject_class = (GObjectClass *) klass;
- gstobject_class = (GstObjectClass *) klass;
- gstpluginfeature_class = (GstPluginFeatureClass *) klass;
factory_parent_class = g_type_class_peek_parent (klass);