Mercurial > sdl-ios-xcode
changeset 598:50dcaff875f5
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 12 Feb 2003 15:24:39 +0000 |
parents | 5e738444b658 |
children | 28f43c832aaa |
files | src/video/xbios/SDL_xbios.c |
diffstat | 1 files changed, 0 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/src/video/xbios/SDL_xbios.c Mon Feb 10 00:39:33 2003 +0000 +++ b/src/video/xbios/SDL_xbios.c Wed Feb 12 15:24:39 2003 +0000 @@ -131,14 +131,8 @@ 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;