mirror of
https://github.com/yawut/SDL.git
synced 2026-08-24 01:35:39 -05:00
Remove spurious warning
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user