diff options
Diffstat (limited to 'src/net/net.cpp')
-rw-r--r-- | src/net/net.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/net/net.cpp b/src/net/net.cpp index 520c794db..bfb56870d 100644 --- a/src/net/net.cpp +++ b/src/net/net.cpp @@ -39,6 +39,7 @@ namespace Net { class AdminHandler; + class AuctionHandler; } Net::AdminHandler *adminHandler = nullptr; @@ -149,11 +150,6 @@ Net::MailHandler *Net::getMailHandler() return mailHandler; } -Net::AuctionHandler *Net::getAuctionHandler() -{ - return auctionHandler; -} - Net::CashShopHandler *Net::getCashShopHandler() { return cashShopHandler; |