summaryrefslogtreecommitdiffstats
path: root/video/out/vo.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/vo.h')
-rw-r--r--video/out/vo.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/video/out/vo.h b/video/out/vo.h
index ae63867ca6..6e9e66c013 100644
--- a/video/out/vo.h
+++ b/video/out/vo.h
@@ -198,12 +198,6 @@ struct vo_driver {
void (*flip_page_timed)(struct vo *vo, unsigned int pts_us, int duration);
/*
- * This func is called after every frames to handle keyboard and
- * other events. It's called in PAUSE mode too!
- */
- void (*check_events)(struct vo *vo);
-
- /*
* Closes driver. Should restore the original state of the system.
*/
void (*uninit)(struct vo *vo);