gl/window/dispmanx: fix compiler warning
authorMatthew Waters <matthew@centricular.com>
Thu, 4 Jun 2015 05:01:16 +0000 (15:01 +1000)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:32:03 +0000 (19:32 +0000)
gst-libs/gst/gl/dispmanx/gstglwindow_dispmanx_egl.c

index 3f024aa..2fdff4b 100644 (file)
@@ -53,7 +53,6 @@ static void gst_gl_window_dispmanx_egl_set_window_handle (GstGLWindow * window,
 static void gst_gl_window_dispmanx_egl_set_preferred_size (GstGLWindow * window,
     gint width, gint height);
 static void gst_gl_window_dispmanx_egl_show (GstGLWindow * window);
-static void gst_gl_window_dispmanx_egl_draw (GstGLWindow * window);
 static void gst_gl_window_dispmanx_egl_close (GstGLWindow * window);
 static gboolean gst_gl_window_dispmanx_egl_open (GstGLWindow * window,
     GError ** error);