diff options
Diffstat (limited to 'src/net/net.h')
-rw-r--r-- | src/net/net.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/net/net.h b/src/net/net.h index 56c091924..11f605252 100644 --- a/src/net/net.h +++ b/src/net/net.h @@ -36,7 +36,6 @@ namespace Net { -class ChatHandler; class FamilyHandler; class GameHandler; class GeneralHandler; @@ -52,7 +51,6 @@ class SkillHandler; class TradeHandler; class ServerFeatures; -ChatHandler *getChatHandler() A_WARN_UNUSED; GameHandler *getGameHandler() A_WARN_UNUSED; GeneralHandler *getGeneralHandler() A_WARN_UNUSED; GuildHandler *getGuildHandler() A_WARN_UNUSED; |