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 993fcb606c..685b9c3a84 100644
--- a/video/out/vo_null.c
+++ b/video/out/vo_null.c
@@ -56,10 +56,6 @@ static void uninit(struct vo *vo)
{
}
-static void check_events(struct vo *vo)
-{
-}
-
static int preinit(struct vo *vo, const char *arg)
{
if (arg) {
@@ -87,6 +83,5 @@ const struct vo_driver video_out_null = {
.control = control,
.draw_image = draw_image,
.flip_page = flip_page,
- .check_events = check_events,
.uninit = uninit,
};