diff options
Diffstat (limited to 'src/commands.h')
-rw-r--r-- | src/commands.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/commands.h b/src/commands.h index a83dc0577..0b413561f 100644 --- a/src/commands.h +++ b/src/commands.h @@ -84,7 +84,6 @@ namespace Commands decHandler(imitation); decHandler(heal); decHandler(navigate); - decHandler(mail); decHandler(hack); decHandler(priceLoad); decHandler(priceSave); @@ -160,7 +159,6 @@ static const CommandInfo commands[] = {"heal", &Commands::heal}, {"navigate", &Commands::navigate}, {"imitation", &Commands::imitation}, - {"mail", &Commands::mail}, {"trade", &Commands::trade}, {"priceload", &Commands::priceLoad}, {"pricesave", &Commands::priceSave}, |