remove decodeMBT flag from TSBK, its unused;

pull/12/head
Bryan Biedenkapp 4 years ago
parent 0a5323eafe
commit a58d96f4ed

@ -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];

@ -217,8 +217,6 @@ namespace p25
bool m_sndcpReqAccess;
uint16_t m_sndcpDAC;
bool m_decodedMBT;
/** Local Site data */
uint8_t* m_siteCallsign;
};

Loading…
Cancel
Save

Powered by TurnKey Linux.