mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
gl/x11: Removed unused variable
This commit is contained in:
parent
eb88f19c10
commit
70350bd89e
1 changed files with 0 additions and 5 deletions
|
@ -79,12 +79,7 @@ void gst_gl_window_x11_close (GstGLWindow * window);
|
|||
static void
|
||||
gst_gl_window_x11_finalize (GObject * object)
|
||||
{
|
||||
GstGLWindowX11 *window_x11;
|
||||
|
||||
g_return_if_fail (GST_GL_IS_WINDOW_X11 (object));
|
||||
|
||||
window_x11 = GST_GL_WINDOW_X11 (object);
|
||||
|
||||
G_OBJECT_CLASS (parent_class)->finalize (object);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue