diff src/video/fbcon/SDL_fbriva.c @ 1022:3d4f1930ed02

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Tue, 04 Jan 2005 19:04:14 +0000
parents b8d311d90021
children c9b51268668f
line wrap: on
line diff
--- a/src/video/fbcon/SDL_fbriva.c	Mon Jan 03 00:24:44 2005 +0000
+++ b/src/video/fbcon/SDL_fbriva.c	Tue Jan 04 19:04:14 2005 +0000
@@ -61,6 +61,7 @@
 		;
 }
 
+#if 0 /* Not yet implemented? */
 /* Sets video mem colorkey and accelerated blit function */
 static int SetHWColorKey(_THIS, SDL_Surface *surface, Uint32 key)
 {
@@ -72,6 +73,7 @@
 {
 	return(0);
 }
+#endif /* Not yet implemented */
 
 static int FillHWRect(_THIS, SDL_Surface *dst, SDL_Rect *rect, Uint32 color)
 {