summaryrefslogtreecommitdiff
path: root/src/net/net.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-17 00:18:59 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-17 00:18:59 +0300
commit2ff6ba08013b00b8685e4c8f1f53d7f0ead172a7 (patch)
tree79bc1bcf24aabe80c7b6b7b7a140e469120d4d31 /src/net/net.h
parent9b25edfe24395fdee2ad06c85a0f9c0a6117aaa8 (diff)
downloadplus-2ff6ba08013b00b8685e4c8f1f53d7f0ead172a7.tar.gz
plus-2ff6ba08013b00b8685e4c8f1f53d7f0ead172a7.tar.bz2
plus-2ff6ba08013b00b8685e4c8f1f53d7f0ead172a7.tar.xz
plus-2ff6ba08013b00b8685e4c8f1f53d7f0ead172a7.zip
Remove getter for auctionHandler.
Diffstat (limited to 'src/net/net.h')
-rw-r--r--src/net/net.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/net/net.h b/src/net/net.h
index 4581e9946..cbadf71cd 100644
--- a/src/net/net.h
+++ b/src/net/net.h
@@ -36,7 +36,6 @@
namespace Net
{
-class AuctionHandler;
class BankHandler;
class BeingHandler;
class CashShopHandler;
@@ -75,7 +74,6 @@ TradeHandler *getTradeHandler() A_WARN_UNUSED;
BuySellHandler *getBuySellHandler() A_WARN_UNUSED;
ServerFeatures *getServerFeatures() A_WARN_UNUSED;
MailHandler *getMailHandler() A_WARN_UNUSED;
-AuctionHandler *getAuctionHandler() A_WARN_UNUSED;
CashShopHandler *getCashShopHandler() A_WARN_UNUSED;
FamilyHandler *getFamilyHandler() A_WARN_UNUSED;
BankHandler *getBankHandler() A_WARN_UNUSED;