diff options
Diffstat (limited to '')
-rw-r--r-- | src/Server.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Server.h b/src/Server.h index 88f91120c..2ac530c1e 100644 --- a/src/Server.h +++ b/src/Server.h @@ -33,7 +33,6 @@ // fwd: -class cPlayer; class cClientHandle; typedef std::shared_ptr<cClientHandle> cClientHandlePtr; typedef std::list<cClientHandlePtr> cClientHandlePtrs; |