# HG changeset patch # User Sam Lantinga # Date 989525454 0 # Node ID 3dc008dc229d1416cb3aa5ab179bffad13c2c371 # Parent 8cc4dbfab9ab4617e3ccfb1c4b9e4aba6a602974 Remove spurious warning diff -r 8cc4dbfab9ab -r 3dc008dc229d src/video/fbcon/SDL_fbmatrox.c --- a/src/video/fbcon/SDL_fbmatrox.c Thu May 10 18:42:17 2001 +0000 +++ b/src/video/fbcon/SDL_fbmatrox.c Thu May 10 20:10:54 2001 +0000 @@ -68,10 +68,12 @@ } /* 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) {