summaryrefslogtreecommitdiff
path: root/src/commands.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-27 12:32:16 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-27 12:32:16 +0300
commit7c87b2ac8e01307e603bd85420f8d10724a296e6 (patch)
treea653847183daa2bcb64f90d37893f549a2bcb6df /src/commands.cpp
parenteade4818db87cc41e4c014688e5ee0d15ede6912 (diff)
downloadplus-7c87b2ac8e01307e603bd85420f8d10724a296e6.tar.gz
plus-7c87b2ac8e01307e603bd85420f8d10724a296e6.tar.bz2
plus-7c87b2ac8e01307e603bd85420f8d10724a296e6.tar.xz
plus-7c87b2ac8e01307e603bd85420f8d10724a296e6.zip
Move chat command /dumpgl into actions.
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());