From 588e1a6fcada2b168930eafd64ec6561fd09df22 Mon Sep 17 00:00:00 2001 From: Patrice Mandin Date: Mon, 7 Mar 2005 10:09:21 +0000 Subject: [PATCH] Disable debug code --- src/video/xbios/SDL_xbios.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/video/xbios/SDL_xbios.c b/src/video/xbios/SDL_xbios.c index 3415e519f..f21acc9f4 100644 --- a/src/video/xbios/SDL_xbios.c +++ b/src/video/xbios/SDL_xbios.c @@ -61,12 +61,12 @@ static char rcsid = #define XBIOS_VID_DRIVER_NAME "xbios" /* Debug print info */ -#if 1 +#if 0 #define DEBUG_PRINT(what) \ { \ printf what; \ } -/*#define DEBUG_VIDEO_XBIOS 1*/ +#define DEBUG_VIDEO_XBIOS 1 #else #define DEBUG_PRINT(what) #undef DEBUG_VIDEO_XBIOS