From 1f68c45edb3ed745f2ef5bcbefb3f10455806924 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 10 May 2001 20:10:54 +0000 Subject: [PATCH] Remove spurious warning --- src/video/fbcon/SDL_fbmatrox.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/video/fbcon/SDL_fbmatrox.c b/src/video/fbcon/SDL_fbmatrox.c index f0d1ce0b1..67e547054 100644 --- a/src/video/fbcon/SDL_fbmatrox.c +++ b/src/video/fbcon/SDL_fbmatrox.c @@ -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) {