From 59ec2bff4893f0d94d61927814f9193cb960a536 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Thu, 25 Nov 2010 19:20:51 +0100 Subject: [PATCH] ivfparse: Remove dead assignments --- gst/ivfparse/gstivfparse.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gst/ivfparse/gstivfparse.c b/gst/ivfparse/gstivfparse.c index 7e6244185a..ed79ab7234 100644 --- a/gst/ivfparse/gstivfparse.c +++ b/gst/ivfparse/gstivfparse.c @@ -95,10 +95,8 @@ static void gst_ivf_parse_class_init (GstIvfParseClass * klass) { GObjectClass *gobject_class; - GstElementClass *gstelement_class; gobject_class = (GObjectClass *) klass; - gstelement_class = (GstElementClass *) klass; gobject_class->dispose = gst_ivf_parse_dispose; }