From 77956fc48530ab5f3f91dc407cfe45ffad72a9ed Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Sat, 9 Jun 2018 13:40:39 -0400 Subject: [PATCH] - remove ARM specific gl_es definition since it's not even really much different from the main line definition, anyhow --- src/posix/sdl/sdlglvideo.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/posix/sdl/sdlglvideo.cpp b/src/posix/sdl/sdlglvideo.cpp index 98c8dcab4..1743f7e8c 100644 --- a/src/posix/sdl/sdlglvideo.cpp +++ b/src/posix/sdl/sdlglvideo.cpp @@ -78,17 +78,10 @@ CUSTOM_CVAR(Bool, gl_debug, false, CVAR_ARCHIVE | CVAR_GLOBALCONFIG | CVAR_NOINI { Printf("This won't take effect until " GAMENAME " is restarted.\n"); } -#ifdef __arm__ -CUSTOM_CVAR(Bool, gl_es, false, CVAR_NOINITCALL) -{ - Printf("This won't take effect until " GAMENAME " is restarted.\n"); -} -#else CUSTOM_CVAR(Bool, gl_es, false, CVAR_ARCHIVE | CVAR_GLOBALCONFIG | CVAR_NOINITCALL) { Printf("This won't take effect until " GAMENAME " is restarted.\n"); } -#endif CVAR (Int, vid_adapter, 0, CVAR_ARCHIVE | CVAR_GLOBALCONFIG)