summaryrefslogtreecommitdiff
path: root/gst/colorspace/gstcolorspace.c
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2011-04-15 00:09:14 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2011-04-15 00:24:47 +0100
commit5d6bdf605207dcd31c830fc213f71161cd2f6f5c (patch)
tree5f9a7eaa6fbb0946acaadafaefae6ab53586338c /gst/colorspace/gstcolorspace.c
parentfb0222ea67322a4e743593a3ed6741571d5aede7 (diff)
Fix some unused-but-set-variable warnings with gcc 4.6
Diffstat (limited to 'gst/colorspace/gstcolorspace.c')
-rw-r--r--gst/colorspace/gstcolorspace.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/gst/colorspace/gstcolorspace.c b/gst/colorspace/gstcolorspace.c
index 3d934a5ed..6b512b5b2 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);
}