mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
gl: x11: fix compiler warning
This commit is contained in:
parent
15e13bd44e
commit
06ae762211
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue