1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 22:14:45 -04:00

SDRdaemonFEC support. removed useless data and method

This commit is contained in:
f4exb
2016-07-07 02:43:09 +02:00
parent 110d7cae46
commit ddb65d2e70
2 changed files with 0 additions and 13 deletions
@@ -50,17 +50,6 @@ SDRdaemonFECBuffer::~SDRdaemonFECBuffer()
}
}
void SDRdaemonFECBuffer::initDecoderSlotsAddresses()
{
for (int i = 0; i < nbDecoderSlots; i++)
{
for (int j = 0; j < m_nbOriginalBlocks - 1; j++)
{
m_decoderSlots[i].m_originalBlockPtrs[j] = &m_frames[i].m_blocks[j];
}
}
}
void SDRdaemonFECBuffer::initDecodeAllSlots()
{
for (int i = 0; i < nbDecoderSlots; i++)