summaryrefslogtreecommitdiff
path: root/src/auctionmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/auctionmanager.h')
-rw-r--r--src/auctionmanager.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/auctionmanager.h b/src/auctionmanager.h
index b61858efa..1d716f9c4 100644
--- a/src/auctionmanager.h
+++ b/src/auctionmanager.h
@@ -42,9 +42,7 @@ class AuctionManager final
static void send(const std::string &msg);
-// static bool processAuctionMessage(const std::string &msg);
-
- static bool getEnableAuctionBot()
+ static bool getEnableAuctionBot() A_WARN_UNUSED
{ return mEnableAuctionBot; }
void clear();