From 50a2b3298393918a80d88118b8cea7ab62f38beb Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 4 Jul 2007 20:03:17 +0000 Subject: Remove unused variables. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23720 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/bmovl-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TOOLS') diff --git a/TOOLS/bmovl-test.c b/TOOLS/bmovl-test.c index 5e0572281a..cb4b4ebf8b 100644 --- a/TOOLS/bmovl-test.c +++ b/TOOLS/bmovl-test.c @@ -55,7 +55,7 @@ paint(unsigned char* bitmap, int size, int red, int green, int blue, int alpha) int main(int argc, char **argv) { int fifo=-1; - int width=0, height=0, xpos=0, ypos=0, alpha=0, clear=0; + int width=0, height=0; unsigned char *bitmap; SDL_Surface *image; int i; -- cgit v1.2.3