diff --git a/src/sdl/ogl_sdl.c b/src/sdl/ogl_sdl.c index decb626d4..8c1e79352 100644 --- a/src/sdl/ogl_sdl.c +++ b/src/sdl/ogl_sdl.c @@ -94,7 +94,6 @@ boolean LoadGL(void) CONS_Printf("If you know what is the OpenGL library's name, use -OGLlib\n"); return 0; } - #endif return SetupGLfunc(); }