vo_opengl: osd: remove stale declaration

Was missed in the previous changes.
This commit is contained in:
wm4 2017-07-23 00:02:02 +02:00
parent 87e9cd13aa
commit bbfd9b5a29
1 changed files with 0 additions and 1 deletions

View File

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