summaryrefslogtreecommitdiff
path: root/src/net/net.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-17 00:25:37 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-17 00:25:37 +0300
commit0c821c1e711b7cd1e16089a04e866f5869782975 (patch)
tree6d3da4bce6a9f5fa962c8835f820c538057659f3 /src/net/net.h
parent2ff6ba08013b00b8685e4c8f1f53d7f0ead172a7 (diff)
downloadplus-0c821c1e711b7cd1e16089a04e866f5869782975.tar.gz
plus-0c821c1e711b7cd1e16089a04e866f5869782975.tar.bz2
plus-0c821c1e711b7cd1e16089a04e866f5869782975.tar.xz
plus-0c821c1e711b7cd1e16089a04e866f5869782975.zip
Remove getter for bankHandler.
Diffstat (limited to 'src/net/net.h')
-rw-r--r--src/net/net.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/net/net.h b/src/net/net.h
index cbadf71cd..d90008027 100644
--- a/src/net/net.h
+++ b/src/net/net.h
@@ -36,7 +36,6 @@
namespace Net
{
-class BankHandler;
class BeingHandler;
class CashShopHandler;
class CharServerHandler;
@@ -76,7 +75,6 @@ ServerFeatures *getServerFeatures() A_WARN_UNUSED;
MailHandler *getMailHandler() A_WARN_UNUSED;
CashShopHandler *getCashShopHandler() A_WARN_UNUSED;
FamilyHandler *getFamilyHandler() A_WARN_UNUSED;
-BankHandler *getBankHandler() A_WARN_UNUSED;
ServerInfo::Type getNetworkType() A_WARN_UNUSED;