diff options
Diffstat (limited to 'src/client.cpp')
-rw-r--r-- | src/client.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/client.cpp b/src/client.cpp index 7ab7cb328..fcfb6db7f 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -2357,11 +2357,7 @@ void Client::storeSafeParameters() const if (isSafeMode) logger->log1("Run in safe mode"); -#if defined USE_OPENGL tmpOpengl = intToRenderType(config.getIntValue("opengl")); -#else - tmpOpengl = RENDER_SOFTWARE; -#endif width = config.getIntValue("screenwidth"); height = config.getIntValue("screenheight"); |