mirror of https://github.com/mpv-player/mpv
vo_opengl: osd: remove stale declaration
Was missed in the previous changes.
This commit is contained in:
parent
87e9cd13aa
commit
bbfd9b5a29
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue