From 028af51b06924601da270a3b47baec667132e139 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Wed, 12 Feb 2003 15:24:39 +0000 Subject: [PATCH] *** empty log message *** --- src/video/xbios/SDL_xbios.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/video/xbios/SDL_xbios.c b/src/video/xbios/SDL_xbios.c index 98dd2ba01..b2639d8ae 100644 --- a/src/video/xbios/SDL_xbios.c +++ b/src/video/xbios/SDL_xbios.c @@ -131,14 +131,8 @@ static unsigned long F30_palette[256]; static int XBIOS_Available(void) { - const char *envr = getenv("SDL_VIDEODRIVER"); unsigned long cookie_vdo; - /* Check if user asked a different video driver */ - if ((envr) && (strcmp(envr, XBIOS_VID_DRIVER_NAME)!=0)) { - return 0; - } - /* Cookie _VDO present ? if not, assume ST machine */ if (Getcookie(C__VDO, &cookie_vdo) != C_FOUND) { cookie_vdo = VDO_ST << 16;