summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2010-11-25 19:06:38 +0100
committerEdward Hervey <bilboed@bilboed.com>2010-11-25 19:06:38 +0100
commit8356184967d81f4431bc2b84930da8fa21184719 (patch)
tree3af1f8dce969a13091841103945da88ab87dc070
parent0d7ba7dc1aea2b595f91ed3f9e9f8e149f43f476 (diff)
dvdspu: Remove dead assignments
-rw-r--r--gst/dvdspu/gstdvdspu.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/dvdspu/gstdvdspu.c b/gst/dvdspu/gstdvdspu.c
index 6ef032845..89b63d899 100644
--- a/gst/dvdspu/gstdvdspu.c
+++ b/gst/dvdspu/gstdvdspu.c
@@ -137,10 +137,8 @@ static void
gst_dvd_spu_class_init (GstDVDSpuClass * klass)
{
GObjectClass *gobject_class;
- GstElementClass *gstelement_class;
gobject_class = (GObjectClass *) klass;
- gstelement_class = (GstElementClass *) klass;
gobject_class->dispose = (GObjectFinalizeFunc) gst_dvd_spu_dispose;
gobject_class->finalize = (GObjectFinalizeFunc) gst_dvd_spu_finalize;