From 3466057febaf5790b3ce88db1726058d9852f28d Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 21 Oct 2012 22:23:45 +0200 Subject: vo_vdpau: remove unneeded assignment to vo_fs This is already done by x11_common.c. Other X11 VOs don't touch the vo_fs variable directly. --- libvo/vo_vdpau.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/libvo/vo_vdpau.c b/libvo/vo_vdpau.c index 9f72249c4b..dcd6bb321d 100644 --- a/libvo/vo_vdpau.c +++ b/libvo/vo_vdpau.c @@ -911,9 +911,6 @@ static int config(struct vo *vo, uint32_t width, uint32_t height, } #endif - if ((flags & VOFLAG_FULLSCREEN) && WinID <= 0) - vo_fs = 1; - if (initialize_vdpau_objects(vo) < 0) return -1; -- cgit v1.2.3