changeset 20:3dc008dc229d

Remove spurious warning
author Sam Lantinga <slouken@lokigames.com>
date Thu, 10 May 2001 20:10:54 +0000
parents 8cc4dbfab9ab
children 75a95f82bc1f
files src/video/fbcon/SDL_fbmatrox.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)
 {