diff --git a/p25/lc/TSBK.cpp b/p25/lc/TSBK.cpp index abf806fe..a59ed4a3 100644 --- a/p25/lc/TSBK.cpp +++ b/p25/lc/TSBK.cpp @@ -1091,7 +1091,6 @@ TSBK::TSBK(SiteData siteData) : m_sndcpAutoAccess(true), m_sndcpReqAccess(false), m_sndcpDAC(1U), - m_decodedMBT(false), m_siteCallsign(NULL) { m_siteCallsign = new uint8_t[P25_MOT_CALLSIGN_LENGTH_BYTES]; diff --git a/p25/lc/TSBK.h b/p25/lc/TSBK.h index 20a921bd..fa6bf474 100644 --- a/p25/lc/TSBK.h +++ b/p25/lc/TSBK.h @@ -217,8 +217,6 @@ namespace p25 bool m_sndcpReqAccess; uint16_t m_sndcpDAC; - bool m_decodedMBT; - /** Local Site data */ uint8_t* m_siteCallsign; };