summaryrefslogtreecommitdiff
path: root/src/commands.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-27 02:33:48 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-27 02:33:48 +0300
commiteade4818db87cc41e4c014688e5ee0d15ede6912 (patch)
tree422a84ea0dc5444fad986a75b6c783f83a111aec /src/commands.cpp
parent1b27066e2d98c82b0bf135188ebb57e16af669df (diff)
downloadplus-eade4818db87cc41e4c014688e5ee0d15ede6912.tar.gz
plus-eade4818db87cc41e4c014688e5ee0d15ede6912.tar.bz2
plus-eade4818db87cc41e4c014688e5ee0d15ede6912.tar.xz
plus-eade4818db87cc41e4c014688e5ee0d15ede6912.zip
Move chat command /dumpogl into actions.
Diffstat (limited to 'src/commands.cpp')
-rw-r--r--src/commands.cpp8
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());