hedgewars/uRender.pas
branchios-revival
changeset 11086 95f97c4d154c
parent 11085 18722e5bd386
child 11151 5c40c65b619d
child 11153 2ac6b0d29aba
--- a/hedgewars/uRender.pas	Sat Aug 08 21:37:19 2015 +0200
+++ b/hedgewars/uRender.pas	Sat Aug 08 21:42:41 2015 +0200
@@ -434,17 +434,6 @@
     tmpint: LongInt;
     tmpn: LongInt;
 begin
-{$IFDEF MOBILE}
-    // TODO: this function creates an opengles1.1 context
-    // un-comment below and add proper logic to support opengles2.0
-    //SDL_GL_SetAttribute(SDL_GL_CONTEXT_MAJOR_VERSION, 2);
-    //SDL_GL_SetAttribute(SDL_GL_CONTEXT_MINOR_VERSION, 0);
-    if SDLGLcontext = nil then
-        SDLGLcontext:= SDL_GL_CreateContext(SDLwindow);
-    SDLTry(SDLGLcontext <> nil, true);
-    SDL_GL_SetSwapInterval(1);
-{$ENDIF}
-
     // suppress hint/warning
     AuxBufNum:= AuxBufNum;