From 70e2b4b4166dfaad1d2fa5419a1408e2134ad941 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 21 May 2017 11:44:37 +0100 Subject: [PATCH] gl: x11: fix compiler warning --- gst-libs/gst/gl/x11/gstglwindow_x11.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gst-libs/gst/gl/x11/gstglwindow_x11.c b/gst-libs/gst/gl/x11/gstglwindow_x11.c index 63bc0e8..1b3ca4c 100644 --- a/gst-libs/gst/gl/x11/gstglwindow_x11.c +++ b/gst-libs/gst/gl/x11/gstglwindow_x11.c @@ -355,8 +355,6 @@ gst_gl_window_x11_show (GstGLWindow * window) static void _context_draw (GstGLContext * context, GstGLWindow * window) { - GstGLContextClass *context_class = GST_GL_CONTEXT_GET_CLASS (context); - window->draw (window->draw_data); gst_gl_context_swap_buffers (context); -- 2.7.4