Browse Source

Remove unused forward declaration

Hennadii Chernyshchyk 2 years ago
parent
commit
eec7d91f2c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      client/CServerHandler.h

+ 0 - 1
client/CServerHandler.h

@@ -25,7 +25,6 @@ class CGameState;
 struct ClientPlayer;
 struct CPack;
 struct CPackForLobby;
-struct SharedMemory;
 
 template<typename T> class CApplier;