summaryrefslogtreecommitdiffstats
path: root/video/out/vo.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/vo.c')
-rw-r--r--video/out/vo.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/video/out/vo.c b/video/out/vo.c
index 25b9375ad6..de73d35ecc 100644
--- a/video/out/vo.c
+++ b/video/out/vo.c
@@ -235,8 +235,6 @@ void vo_check_events(struct vo *vo)
vo->registered_fd = -1;
return;
}
- if (vo->driver->check_events)
- vo->driver->check_events(vo);
vo_control(vo, VOCTRL_CHECK_EVENTS, NULL);
}