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 06768cb43..4e904778c 100644
--- a/src/net/net.cpp
+++ b/src/net/net.cpp
@@ -52,6 +52,7 @@ namespace Net
class GuildHandler;
class InventoryHandler;
class LoginHandler;
+ class MailHandler;
}
Net::AdminHandler *adminHandler = nullptr;
@@ -112,11 +113,6 @@ Net::ServerFeatures *Net::getServerFeatures()
return serverFeatures;
}
-Net::MailHandler *Net::getMailHandler()
-{
- return mailHandler;
-}
-
namespace Net
{