diff options
Diffstat (limited to 'src/net/net.h')
-rw-r--r-- | src/net/net.h | 2 |
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; |