removed a warning

SVN revision: 1085
This commit is contained in:
Mandrake 1999-10-31 19:50:50 +00:00
parent 202c34558d
commit 732db08e49
1 changed files with 1 additions and 1 deletions

2
rgba.c
View File

@ -2846,7 +2846,7 @@ __imlib_RGBA_to_RGB8888_fast(DATA32 *src , int src_jump,
DATA32 *dest, int dest_jump,
int width, int height, int dx, int dy)
{
int x, y, w, h;
int /* x,*/ y, w, h;
w = width;
h = height;