summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-07-23 00:02:02 +0200
committerwm4 <wm4@nowhere>2017-07-23 00:02:02 +0200
commitbbfd9b5a2934e1743525b0dfdf039c51ed2e5336 (patch)
tree4d3285aa8b040bdb8c32ad0a6adfc9ecbc98f894
parent87e9cd13aa35286b0dad667d1e66f91798fddbe7 (diff)
downloadmpv-bbfd9b5a2934e1743525b0dfdf039c51ed2e5336.tar.bz2
mpv-bbfd9b5a2934e1743525b0dfdf039c51ed2e5336.tar.xz
vo_opengl: osd: remove stale declaration
Was missed in the previous changes.
-rw-r--r--video/out/opengl/osd.h1
1 files changed, 0 insertions, 1 deletions
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