vo: remove config_ok check from vo_check_events()

This should be ok now after the x11 code was adjusted.
This commit is contained in:
wm4 2014-05-22 09:28:28 +02:00
parent 85c3459bf8
commit 09386b173e
1 changed files with 1 additions and 3 deletions

View File

@ -381,9 +381,7 @@ void vo_flip_page(struct vo *vo, int64_t pts_us, int duration)
void vo_check_events(struct vo *vo)
{
if (vo->config_ok) {
vo_control(vo, VOCTRL_CHECK_EVENTS, NULL);
}
vo_control(vo, VOCTRL_CHECK_EVENTS, NULL);
}
void vo_seek_reset(struct vo *vo)