mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-01-13 12:00:06 +01:00
Remove unused code.
This commit is contained in:
parent
6c5ab7e49e
commit
3256cda0ee
|
|
@ -126,15 +126,6 @@ bool CDMRDataHeader::put(const unsigned char* bytes)
|
|||
break;
|
||||
}
|
||||
|
||||
// This may not be needed any longer
|
||||
if (dpf == DPF_UDT && m_blocks == 0U) {
|
||||
unsigned char format = m_data[1U] & 0x0FU;
|
||||
if (format == UDTF_NMEA) {
|
||||
LogDebug("DMR, fixing broken Tytera MD-390 GPS data block count");
|
||||
m_blocks = 3U;
|
||||
}
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue