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 f6029211c..56c091924 100644 --- a/src/net/net.h +++ b/src/net/net.h @@ -36,7 +36,6 @@ namespace Net { -class CharServerHandler; class ChatHandler; class FamilyHandler; class GameHandler; @@ -53,7 +52,6 @@ class SkillHandler; class TradeHandler; class ServerFeatures; -CharServerHandler *getCharServerHandler() A_WARN_UNUSED; ChatHandler *getChatHandler() A_WARN_UNUSED; GameHandler *getGameHandler() A_WARN_UNUSED; GeneralHandler *getGeneralHandler() A_WARN_UNUSED; |