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 c658a229f..832895ba2 100644
--- a/src/commands.h
+++ b/src/commands.h
@@ -76,7 +76,6 @@ namespace Commands
decHandler(dumpOGL);
decHandler(dumpGL);
decHandler(dumpMods);
- decHandler(cacheInfo);
decHandler(execute);
decHandler(testsdlfont);
decHandler(enableHighlight);
@@ -100,8 +99,7 @@ namespace Commands
enum
{
- COMMAND_CACHEINFO = 0,
- COMMAND_DISCONNECT,
+ COMMAND_DISCONNECT = 0,
COMMAND_UNDRESS,
COMMAND_ATTACK,
COMMAND_DIRS,
@@ -149,7 +147,6 @@ enum
static const CommandInfo commands[] =
{
- {"cacheinfo", &Commands::cacheInfo, -1, false},
{"disconnect", &Commands::disconnect, -1, false},
{"undress", &Commands::undress, -1, true},
{"attack", &Commands::attack, -1, true},