diff options
Diffstat (limited to 'src/commandhandler.cpp')
-rw-r--r-- | src/commandhandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commandhandler.cpp b/src/commandhandler.cpp index c17234c18..001c50e6b 100644 --- a/src/commandhandler.cpp +++ b/src/commandhandler.cpp @@ -1396,7 +1396,7 @@ void CommandHandler::replaceVars(std::string &str) void CommandHandler::handleDumpOGL(const std::string &args A_UNUSED, ChatTab *const tab A_UNUSED) { -#if defined USE_OPENGL +#if defined USE_OPENGL && !defined ANDROID NormalOpenGLGraphics::dumpSettings(); #endif } |