summaryrefslogtreecommitdiff
path: root/src/actions/commands.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/actions/commands.cpp')
-rw-r--r--src/actions/commands.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/actions/commands.cpp b/src/actions/commands.cpp
index 4f3e05f86..2bcc26ad4 100644
--- a/src/actions/commands.cpp
+++ b/src/actions/commands.cpp
@@ -21,7 +21,6 @@
#include "actions/commands.h"
#include "actormanager.h"
-#include "auctionmanager.h"
#include "configuration.h"
#include "actions/actiondef.h"
@@ -400,11 +399,6 @@ impHandler(imitation)
impHandler(sendMail)
{
- if (auctionManager && auctionManager->getEnableAuctionBot())
- {
- auctionManager->sendMail(event.args);
- return true;
- }
return false;
}