gl: x11: fix compiler warning

This commit is contained in:
Tim-Philipp Müller 2017-05-21 11:44:37 +01:00
parent 4c75bab70d
commit 70e2b4b416

View file

@ -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);