Remove the holdoff timers.

This commit is contained in:
Jonathan Naylor 2016-07-05 18:21:18 +01:00
parent ca636338d9
commit 7d67055fff
4 changed files with 0 additions and 23 deletions

View file

@ -51,7 +51,6 @@ private:
CTimer m_rfTimeoutTimer;
CTimer m_netTimeoutTimer;
CTimer m_networkWatchdog;
CTimer m_holdoffTimer;
unsigned int m_rfFrames;
unsigned int m_netFrames;
unsigned int m_rfErrs;