mirror of
https://github.com/yawut/SDL.git
synced 2026-08-03 00:40:26 -05:00
Remove spurious warning
This commit is contained in:
parent
033f17672b
commit
1f68c45edb
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user