# HG changeset patch # User reimar # Date 1227443141 0 # Node ID 413c68dbae856b994cd58a787beaf438a71c446e # Parent 31837cfbb63cc5536f0fcc06e4bc94ff6de91040 Remove unused flip_flag variable diff -r 31837cfbb63c -r 413c68dbae85 libvo/vo_xv.c --- a/libvo/vo_xv.c Sun Nov 23 12:08:18 2008 +0000 +++ b/libvo/vo_xv.c Sun Nov 23 12:25:41 2008 +0000 @@ -85,7 +85,6 @@ 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 @@ if (flags & VOFLAG_MODESWITCHING) vm = 1; #endif - flip_flag = flags & VOFLAG_FLIPPING; num_buffers = vo_doublebuffering ? (vo_directrendering ? NUM_BUFFERS : 2) : 1;