From bbfd9b5a2934e1743525b0dfdf039c51ed2e5336 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 23 Jul 2017 00:02:02 +0200 Subject: vo_opengl: osd: remove stale declaration Was missed in the previous changes. --- video/out/opengl/osd.h | 1 - 1 file changed, 1 deletion(-) diff --git a/video/out/opengl/osd.h b/video/out/opengl/osd.h index 7ea851f8bf..a09c891c0b 100644 --- a/video/out/opengl/osd.h +++ b/video/out/opengl/osd.h @@ -19,7 +19,6 @@ bool mpgl_osd_draw_prepare(struct mpgl_osd *ctx, int index, struct gl_shader_cache *sc); void mpgl_osd_draw_finish(struct mpgl_osd *ctx, int vp_w, int vp_h, int index, struct gl_shader_cache *sc); -void mpgl_osd_draw_part(struct mpgl_osd *ctx, int vp_w, int vp_h, int index); int64_t mpgl_get_change_counter(struct mpgl_osd *ctx); #endif -- cgit v1.2.3