summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/osd.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/opengl/osd.h')
-rw-r--r--video/out/opengl/osd.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/video/out/opengl/osd.h b/video/out/opengl/osd.h
index 89d52f313e..a0aa104a48 100644
--- a/video/out/opengl/osd.h
+++ b/video/out/opengl/osd.h
@@ -13,8 +13,6 @@ struct mpgl_osd *mpgl_osd_init(struct ra *ra, struct mp_log *log,
struct osd_state *osd);
void mpgl_osd_destroy(struct mpgl_osd *ctx);
-void mpgl_osd_set_options(struct mpgl_osd *ctx, bool pbo);
-
void mpgl_osd_generate(struct mpgl_osd *ctx, struct mp_osd_res res, double pts,
int stereo_mode, int draw_flags);
void mpgl_osd_resize(struct mpgl_osd *ctx, struct mp_osd_res res, int stereo_mode);