Remove the unused packetTimer from the M17 controller.

This commit is contained in:
Jonathan Naylor
2021-08-17 10:54:59 +01:00
parent 9cea26ec62
commit 2a63f83a9b
2 changed files with 0 additions and 5 deletions

View File

@@ -60,7 +60,6 @@ private:
RPT_NET_STATE m_netState;
CTimer m_rfTimeoutTimer;
CTimer m_netTimeoutTimer;
CTimer m_packetTimer;
CTimer m_networkWatchdog;
CStopWatch m_elapsed;
unsigned int m_rfFrames;