diff options
Diffstat (limited to 'src/commands.h')
-rw-r--r-- | src/commands.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/commands.h b/src/commands.h index 826788887..7c74de94f 100644 --- a/src/commands.h +++ b/src/commands.h @@ -54,7 +54,6 @@ namespace Commands decHandler(hack); decHandler(url); decHandler(open); - decHandler(dumpTests); decHandler(dumpOGL); decHandler(dumpGL); decHandler(dumpMods); @@ -81,8 +80,7 @@ namespace Commands enum { - COMMAND_DUMPT = 0, - COMMAND_DUMPOGL, + COMMAND_DUMPOGL = 0, COMMAND_DUMPGL, COMMAND_DUMPMODS, COMMAND_URL, @@ -110,7 +108,6 @@ enum static const CommandInfo commands[] = { - {"dumpt", &Commands::dumpTests, -1, false}, {"dumpogl", &Commands::dumpOGL, -1, false}, {"dumpgl", &Commands::dumpGL, -1, false}, {"dumpmods", &Commands::dumpMods, -1, false}, |