diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-17 00:45:05 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-17 00:45:05 +0300 |
commit | b10cb3ac1189eaa5f41184527eee342584231f84 (patch) | |
tree | 91ce26ece9289ccd51399b94bd6d84cf4a449bad /src/net/net.cpp | |
parent | c841447e5196a34f62860189b0960d78a0ce1ced (diff) | |
download | plus-b10cb3ac1189eaa5f41184527eee342584231f84.tar.gz plus-b10cb3ac1189eaa5f41184527eee342584231f84.tar.bz2 plus-b10cb3ac1189eaa5f41184527eee342584231f84.tar.xz plus-b10cb3ac1189eaa5f41184527eee342584231f84.zip |
Remove getter for cachShopHandler.
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 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; |