Skip to content

Commit

Permalink
Date: Fri, 31 Jan 2003 15:17:30 +0100
Browse files Browse the repository at this point in the history
From: Patrice Mandin
Subject: [SDL] Small patches for SDL

- One for SDL, which removes check for SDL_VIDEODRIVER in the Atari video
drivers. It is unnecessary 'cause it is done in SDL_video.c
  • Loading branch information
slouken committed Feb 4, 2003
1 parent cd3b7c6 commit ba9ad77
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/video/gem/SDL_gemvideo.c
Expand Up @@ -105,13 +105,6 @@ static void refresh_window(_THIS, int winhandle, short *rect);

static int GEM_Available(void)
{
const char *envr = getenv("SDL_VIDEODRIVER");

/* Check if user asked a different video driver */
if ((envr) && (strcmp(envr, GEM_VID_DRIVER_NAME)!=0)) {
return 0;
}

/* Test if AES available */
if (appl_init() == -1)
return 0;
Expand Down

0 comments on commit ba9ad77

Please sign in to comment.