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 a017eb2ac..9fb8013d2 100644
--- a/src/commands.h
+++ b/src/commands.h
@@ -59,7 +59,6 @@ namespace Commands
decHandler(me);
decHandler(toggle);
decHandler(present);
- decHandler(erase);
decHandler(quit);
decHandler(showAll);
decHandler(move);
@@ -127,8 +126,7 @@ namespace Commands
enum
{
- COMMAND_ERASE = 0,
- COMMAND_CLEANGRAPHICS,
+ COMMAND_CLEANGRAPHICS = 0,
COMMAND_CLEANFONTS,
COMMAND_CREATEPARTY,
COMMAND_CREATEGUILD,
@@ -203,7 +201,6 @@ enum
static const CommandInfo commands[] =
{
- {"erase", &Commands::erase, -1, true},
{"cleangraphics", &Commands::cleanGraphics, -1, false},
{"cleanfonts", &Commands::cleanFonts, -1, false},
{"createparty", &Commands::createParty, -1, true},