Commit ac645d34 authored by Sam Lantinga's avatar Sam Lantinga

Remove spurious warning

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%4021
parent 62b02c63
...@@ -68,10 +68,12 @@ static int SetHWColorKey(_THIS, SDL_Surface *surface, Uint32 key) ...@@ -68,10 +68,12 @@ static int SetHWColorKey(_THIS, SDL_Surface *surface, Uint32 key)
} }
/* Sets per surface hardware alpha value */ /* Sets per surface hardware alpha value */
#if 0
static int SetHWAlpha(_THIS, SDL_Surface *surface, Uint8 value) static int SetHWAlpha(_THIS, SDL_Surface *surface, Uint8 value)
{ {
return(0); return(0);
} }
#endif
static int FillHWRect(_THIS, SDL_Surface *dst, SDL_Rect *rect, Uint32 color) static int FillHWRect(_THIS, SDL_Surface *dst, SDL_Rect *rect, Uint32 color)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment