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 6c209f4a4..cf2491476 100644
--- a/src/commands.h
+++ b/src/commands.h
@@ -54,7 +54,6 @@ namespace Commands
decHandler(hack);
decHandler(url);
decHandler(open);
- decHandler(dumpMods);
decHandler(execute);
decHandler(testsdlfont);
decHandler(enableHighlight);
@@ -78,8 +77,7 @@ namespace Commands
enum
{
- COMMAND_DUMPMODS = 0,
- COMMAND_URL,
+ COMMAND_URL = 0,
COMMAND_OPEN,
COMMAND_EXECUTE,
COMMAND_TESTSDLFONT,
@@ -104,7 +102,6 @@ enum
static const CommandInfo commands[] =
{
- {"dumpmods", &Commands::dumpMods, -1, false},
{"url", &Commands::url, -1, true},
{"open", &Commands::open, -1, true},
{"execute", &Commands::execute, -1, true},