diff --git a/src/video/gem/SDL_gemvideo.c b/src/video/gem/SDL_gemvideo.c index 23a5f0266..46bd8ce93 100644 --- a/src/video/gem/SDL_gemvideo.c +++ b/src/video/gem/SDL_gemvideo.c @@ -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;