changeset 23700:7dbca1914d9f

Remove unused variables.
author diego
date Wed, 04 Jul 2007 20:03:17 +0000
parents 2c8bfc750aa5
children 2c8b8b4e63c8
files TOOLS/bmovl-test.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;