gl/x11: Removed unused variable
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Thu, 24 Apr 2014 17:59:35 +0000 (13:59 -0400)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:31:37 +0000 (19:31 +0000)
gst-libs/gst/gl/x11/gstglwindow_x11.c

index 9704637..54b2094 100644 (file)
@@ -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);
 }