From 2ff6ba08013b00b8685e4c8f1f53d7f0ead172a7 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 17 Sep 2014 00:18:59 +0300 Subject: Remove getter for auctionHandler. --- src/net/net.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/net/net.cpp') 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; -- cgit v1.2.3-70-g09d2