From 003abf00d95bf38219f99c2b7d2524d62a78c9bf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 15 Apr 2011 00:09:14 +0100 Subject: [PATCH] [MOVED FROM BAD 65/68] Fix some unused-but-set-variable warnings with gcc 4.6 --- gst/colorspace/gstcolorspace.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/gst/colorspace/gstcolorspace.c b/gst/colorspace/gstcolorspace.c index 3d934a5..6b512b5 100644 --- a/gst/colorspace/gstcolorspace.c +++ b/gst/colorspace/gstcolorspace.c @@ -430,13 +430,6 @@ gst_csp_base_init (gpointer klass) void gst_csp_dispose (GObject * object) { - GstCsp *csp; - - g_return_if_fail (GST_IS_CSP (object)); - csp = GST_CSP (object); - - /* clean up as possible. may be called multiple times */ - G_OBJECT_CLASS (parent_class)->dispose (object); } -- 2.7.4