diff options
Diffstat (limited to 'src/commands.cpp')
-rw-r--r-- | src/commands.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/commands.cpp b/src/commands.cpp index f1eda21ea..3dd1477df 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -434,14 +434,6 @@ impHandler0(dumpGL) } #endif -impHandler0(dumpOGL) -{ -#if defined USE_OPENGL && !defined ANDROID - NormalOpenGLGraphics::dumpSettings(); -#endif - return true; -} - impHandler0(debugSpawn) { int cnt = atoi(event.args.c_str()); |