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