changeset 25670:7d5b292b8ade

Remove unused variable
author reimar
date Sat, 12 Jan 2008 15:45:47 +0000
parents f38acc6feffe
children 21c7bc945c8f
files libmpcodecs/vf_2xsai.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/vf_2xsai.c	Sat Jan 12 15:43:32 2008 +0000
+++ b/libmpcodecs/vf_2xsai.c	Sat Jan 12 15:45:47 2008 +0000
@@ -21,7 +21,6 @@
 static uint32_t redblueMask = 0xF81F;
 static uint32_t greenMask = 0x7E0;
 static int PixelsPerMask = 2;
-static int xsai_depth = 0;
 
 #define makecol(r,g,b) (r+(g<<8)+(b<<16))
 #define makecol_depth(d,r,g,b) (r+(g<<8)+(b<<16))
@@ -66,8 +65,6 @@
 //	TRACE("QColor Mask:      0x%lX\n", qcolorMask);
 //	TRACE("QLow Pixel Mask:  0x%lX\n", qlowpixelMask);
 	
-	xsai_depth = d;
-
 	return 0;
 }