summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-04 20:03:17 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-04 20:03:17 +0000
commit50a2b3298393918a80d88118b8cea7ab62f38beb (patch)
treee5fe6ea3e6240a58a19619590280765f7e4a2258 /TOOLS
parentf9c89b761f219e2ba41457d02ae38d6810240fe2 (diff)
downloadmpv-50a2b3298393918a80d88118b8cea7ab62f38beb.tar.bz2
mpv-50a2b3298393918a80d88118b8cea7ab62f38beb.tar.xz
Remove unused variables.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23720 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/bmovl-test.c2
1 files changed, 1 insertions, 1 deletions
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;