Remove spurious warning

This commit is contained in:
Sam Lantinga 2001-05-10 20:10:54 +00:00
parent 033f17672b
commit 1f68c45edb

View File

@ -68,10 +68,12 @@ static int SetHWColorKey(_THIS, SDL_Surface *surface, Uint32 key)
}
/* Sets per surface hardware alpha value */
#if 0
static int SetHWAlpha(_THIS, SDL_Surface *surface, Uint8 value)
{
return(0);
}
#endif
static int FillHWRect(_THIS, SDL_Surface *dst, SDL_Rect *rect, Uint32 color)
{