diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index b0608c9a..580a838a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -234,8 +234,6 @@ void init_engine() #ifdef USE_OPENGL useOpenGL = (config.getValue("opengl", 0) == 1); -#else - useOpenGL = false; #endif displayFlags = SDL_ANYFORMAT; |