1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-12 02:28:11 +02:00

Remove unused variable

This commit is contained in:
nordsoft 2022-11-23 01:02:17 +04:00
parent 665d6ebb78
commit 52375468e4

View File

@ -53,7 +53,6 @@ class CVCMIServer : public LobbyInfo
boost::recursive_mutex mx;
std::shared_ptr<CApplier<CBaseForServerApply>> applier;
std::unique_ptr<boost::thread> announceLobbyThread, remoteConnectionsThread;
int remotePipeConnections = 0;
public:
std::shared_ptr<CGameHandler> gh;