summaryrefslogtreecommitdiff
path: root/src/commands.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands.cpp')
-rw-r--r--src/commands.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/commands.cpp b/src/commands.cpp
index 3dd1477df..02697c7ab 100644
--- a/src/commands.cpp
+++ b/src/commands.cpp
@@ -420,20 +420,6 @@ impHandler(dumpMods)
return true;
}
-#ifdef USE_OPENGL
-impHandler(dumpGL)
-{
- std::string str = graphicsManager.getGLVersion();
- outStringNormal(event.tab, str, str);
- return true;
-}
-#else
-impHandler0(dumpGL)
-{
- return true;
-}
-#endif
-
impHandler0(debugSpawn)
{
int cnt = atoi(event.args.c_str());