Remove unused variables.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23720 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-07-04 20:03:17 +00:00
parent f9c89b761f
commit 50a2b32983
1 changed files with 1 additions and 1 deletions

View File

@ -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;