From: Tim-Philipp Müller Date: Sun, 21 May 2017 10:44:37 +0000 (+0100) Subject: gl: x11: fix compiler warning X-Git-Tag: 1.16.2~955^2~93 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=70e2b4b4166dfaad1d2fa5419a1408e2134ad941;p=platform%2Fupstream%2Fgst-plugins-base.git gl: x11: fix compiler warning --- 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);