Remove unused member variable.

This commit is contained in:
Jonathan Naylor
2016-05-17 19:47:18 +01:00
parent 07e42df597
commit bbaec30249
2 changed files with 0 additions and 2 deletions

View File

@@ -53,7 +53,6 @@ private:
std::string m_callsign;
bool m_debug;
bool m_enabled;
uint16_t m_seq;
CRingBuffer<unsigned char> m_buffer;
CTimer m_pollTimer;
unsigned char* m_tag;