1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-05 07:24:44 -04:00

DSD demod: removed unused method

This commit is contained in:
f4exb
2021-04-19 11:41:06 +02:00
parent 4e7dee3f04
commit 19aaa6efda
2 changed files with 0 additions and 6 deletions
@@ -37,11 +37,6 @@ DSDDecoder::~DSDDecoder()
{
}
void DSDDecoder::set48k(bool to48k)
{
m_decoder.setUpsampling(to48k ? 6 : 0);
}
void DSDDecoder::setUpsampling(int upsampling)
{
m_decoder.setUpsampling(upsampling);