# HG changeset patch # User diego # Date 1183579397 0 # Node ID 7dbca1914d9fb36cd512db61dbdc5230da6dbf1a # Parent 2c8bfc750aa574b259b93e44df038dd573d5bc74 Remove unused variables. diff -r 2c8bfc750aa5 -r 7dbca1914d9f TOOLS/bmovl-test.c --- a/TOOLS/bmovl-test.c Wed Jul 04 18:53:39 2007 +0000 +++ b/TOOLS/bmovl-test.c Wed Jul 04 20:03:17 2007 +0000 @@ -55,7 +55,7 @@ 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;