summaryrefslogtreecommitdiff
path: root/src/commands.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands.cpp')
-rw-r--r--src/commands.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/commands.cpp b/src/commands.cpp
index b085cbd7c..25835ace9 100644
--- a/src/commands.cpp
+++ b/src/commands.cpp
@@ -22,7 +22,6 @@
#include "commandhandler.h"
-#include "auctionmanager.h"
#include "actorspritemanager.h"
#include "client.h"
#include "configuration.h"
@@ -708,12 +707,6 @@ impHandler1(hack)
Net::getChatHandler()->sendRaw(args);
}
-impHandler1(mail)
-{
- if (auctionManager && auctionManager->getEnableAuctionBot())
- auctionManager->sendMail(args);
-}
-
impHandler0(priceLoad)
{
if (shopWindow)