summaryrefslogtreecommitdiff
path: root/src/net/net.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/net.cpp')
-rw-r--r--src/net/net.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/net/net.cpp b/src/net/net.cpp
index 820066570..2330e8d5f 100644
--- a/src/net/net.cpp
+++ b/src/net/net.cpp
@@ -43,6 +43,7 @@ namespace Net
class BankHandler;
class BeingHandler;
class BuySellHandler;
+ class CashShopHandler;
}
Net::AdminHandler *adminHandler = nullptr;
@@ -143,11 +144,6 @@ Net::MailHandler *Net::getMailHandler()
return mailHandler;
}
-Net::CashShopHandler *Net::getCashShopHandler()
-{
- return cashShopHandler;
-}
-
Net::FamilyHandler *Net::getFamilyHandler()
{
return familyHandler;