[MOVED FROM BAD 65/68] Fix some unused-but-set-variable warnings with gcc 4.6

This commit is contained in:
Tim-Philipp Müller 2011-04-15 00:09:14 +01:00 committed by Wim Taymans
parent f4eb67718f
commit 003abf00d9

View file

@ -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);
}