From c5f1391ebbd6d947324aa59ab0ba5240bcbcefea Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 4 Feb 2015 23:38:00 +0100 Subject: vo_vdpau: remove unneeded code This is already done in the common vo.c code. --- video/out/vo_vdpau.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'video') diff --git a/video/out/vo_vdpau.c b/video/out/vo_vdpau.c index 528756c05f..8a9802ca12 100644 --- a/video/out/vo_vdpau.c +++ b/video/out/vo_vdpau.c @@ -1009,10 +1009,6 @@ static int control(struct vo *vo, uint32_t request, void *data) check_preemption(vo); switch (request) { - case VOCTRL_PAUSE: - if (vc->dropped_frame) - vo->want_redraw = true; - return true; case VOCTRL_GET_HWDEC_INFO: { struct mp_hwdec_info **arg = data; *arg = &vc->hwdec_info; -- cgit v1.2.3