summaryrefslogtreecommitdiffstats
path: root/video/out/vo.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-05-16 14:12:01 +0200
committerwm4 <wm4@nowhere>2013-05-26 16:44:19 +0200
commit8df780cb50ec4bb615ac25987de52bb3b4126de9 (patch)
tree28dd9cff3411c902707169beb16490408362e7ac /video/out/vo.h
parent526e969419891386dd699f472f06f61df821a431 (diff)
downloadmpv-8df780cb50ec4bb615ac25987de52bb3b4126de9.tar.bz2
mpv-8df780cb50ec4bb615ac25987de52bb3b4126de9.tar.xz
vo: remove vo.check_events callback
Use VOCTRL_CHECK_EVENTS instead. Change the remaining VOs to use it. Only vo_sdl and vo_caca actually need this, and vo_null, vo_lavc, and vo_image had stubs only.
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);