summaryrefslogtreecommitdiff
path: root/src/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands.h')
-rw-r--r--src/commands.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/commands.h b/src/commands.h
index 7c74de94f..0a499bc5e 100644
--- a/src/commands.h
+++ b/src/commands.h
@@ -54,7 +54,6 @@ namespace Commands
decHandler(hack);
decHandler(url);
decHandler(open);
- decHandler(dumpOGL);
decHandler(dumpGL);
decHandler(dumpMods);
decHandler(execute);
@@ -80,8 +79,7 @@ namespace Commands
enum
{
- COMMAND_DUMPOGL = 0,
- COMMAND_DUMPGL,
+ COMMAND_DUMPGL = 0,
COMMAND_DUMPMODS,
COMMAND_URL,
COMMAND_OPEN,
@@ -108,7 +106,6 @@ enum
static const CommandInfo commands[] =
{
- {"dumpogl", &Commands::dumpOGL, -1, false},
{"dumpgl", &Commands::dumpGL, -1, false},
{"dumpmods", &Commands::dumpMods, -1, false},
{"url", &Commands::url, -1, true},