summaryrefslogtreecommitdiffstats
path: root/video/out/vo_null.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/vo_null.c')
-rw-r--r--video/out/vo_null.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/video/out/vo_null.c b/video/out/vo_null.c
index c1e931f806..993fcb606c 100644
--- a/video/out/vo_null.c
+++ b/video/out/vo_null.c
@@ -34,10 +34,6 @@ static void draw_image(struct vo *vo, mp_image_t *mpi)
{
}
-static void draw_osd(struct vo *vo, struct osd_state *osd)
-{
-}
-
static void flip_page(struct vo *vo)
{
}
@@ -90,7 +86,6 @@ const struct vo_driver video_out_null = {
.config = config,
.control = control,
.draw_image = draw_image,
- .draw_osd = draw_osd,
.flip_page = flip_page,
.check_events = check_events,
.uninit = uninit,