From be6e3bf79ffa26827599bc68154ed1e065581b89 Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 23 Nov 2008 12:25:41 +0000 Subject: Remove unused flip_flag variable git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27985 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_xv.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libvo') diff --git a/libvo/vo_xv.c b/libvo/vo_xv.c index 5e8333156d..1f1fc8cd2e 100644 --- a/libvo/vo_xv.c +++ b/libvo/vo_xv.c @@ -85,7 +85,6 @@ static XvImage *xvimage[NUM_BUFFERS]; static uint32_t image_width; static uint32_t image_height; static uint32_t image_format; -static int flip_flag; static int int_pause; @@ -194,7 +193,6 @@ static int config(uint32_t width, uint32_t height, uint32_t d_width, if (flags & VOFLAG_MODESWITCHING) vm = 1; #endif - flip_flag = flags & VOFLAG_FLIPPING; num_buffers = vo_doublebuffering ? (vo_directrendering ? NUM_BUFFERS : 2) : 1; -- cgit v1.2.3