More timer cleanup.

This commit is contained in:
lotodore
2011-12-11 17:12:26 +00:00
parent aad9e271db
commit 7bb9841f83
3 changed files with 3 additions and 40 deletions
-4
View File
@@ -215,9 +215,6 @@ private:
RemoveGameList m_removeGameList;
mutable boost::mutex m_removeGameListMutex;
RemovePlayerList m_removePlayerList;
mutable boost::mutex m_removePlayerListMutex;
PlayerDataMap m_computerPlayers;
mutable boost::mutex m_computerPlayersMutex;
@@ -247,7 +244,6 @@ private:
boost::shared_ptr<ServerDBInterface> m_database;
boost::asio::deadline_timer m_removeGameTimer;
boost::asio::deadline_timer m_removePlayerTimer;
boost::asio::deadline_timer m_saveStatisticsTimer;
boost::asio::deadline_timer m_loginLockTimer;