mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 03:29:50 +00:00
[MOVED FROM BAD 65/68] Fix some unused-but-set-variable warnings with gcc 4.6
This commit is contained in:
parent
f4eb67718f
commit
003abf00d9
1 changed files with 0 additions and 7 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue