From 73f743f5c5e11588f2d2971509c2d15c4f5603f0 Mon Sep 17 00:00:00 2001 From: reimar Date: Sat, 12 Jan 2008 15:45:47 +0000 Subject: Remove unused variable git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25698 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/vf_2xsai.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libmpcodecs') diff --git a/libmpcodecs/vf_2xsai.c b/libmpcodecs/vf_2xsai.c index f90c723b24..97a0182767 100644 --- a/libmpcodecs/vf_2xsai.c +++ b/libmpcodecs/vf_2xsai.c @@ -21,7 +21,6 @@ static uint32_t qlowpixelMask = 0x18631863; 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 @@ int Init_2xSaI(int d) // TRACE("QColor Mask: 0x%lX\n", qcolorMask); // TRACE("QLow Pixel Mask: 0x%lX\n", qlowpixelMask); - xsai_depth = d; - return 0; } -- cgit v1.2.3