diff --git a/plugins/channeltx/modfreedv/freedvmod.cpp b/plugins/channeltx/modfreedv/freedvmod.cpp index 4ca2f88fa..49bcd3ead 100644 --- a/plugins/channeltx/modfreedv/freedvmod.cpp +++ b/plugins/channeltx/modfreedv/freedvmod.cpp @@ -539,7 +539,6 @@ void FreeDVMod::openFileStream() m_fileSize = m_ifstream.tellg(); m_ifstream.seekg(0,std::ios_base::beg); - m_inputSampleRate = 48000; // fixed rate m_recordLength = m_fileSize / (sizeof(Real) * m_inputSampleRate); qDebug() << "FreeDVMod::openFileStream: " << m_fileName.toStdString().c_str()