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

Fixed -Wunused-variable warnings

This commit is contained in:
f4exb
2020-11-14 18:45:05 +01:00
parent 55eb6cc951
commit 7a6636b63a
39 changed files with 7 additions and 85 deletions
+1 -3
View File
@@ -433,8 +433,6 @@ bool XTRXMIMO::handleMessage(const Message& message)
bool XTRXMIMO::applySettings(const XTRXMIMOSettings& settings, bool force)
{
QList<QString> reverseAPIKeys;
bool rxThreadWasRunning = false;
bool txThreadWasRunning = false;
bool doRxLPCalibration = false;
bool doRxChangeSampleRate = false;
bool doRxChangeFreq = false;
@@ -1077,7 +1075,7 @@ bool XTRXMIMO::applySettings(const XTRXMIMOSettings& settings, bool force)
if (m_deviceShared.m_dev->getDevice())
{
qint64 deviceCenterFrequency = DeviceSampleSink::calculateDeviceCenterFrequency(
settings.m_txCenterFrequency,
txXlatedDeviceCenterFrequency,
0,
settings.m_log2SoftInterp,
DeviceSampleSink::FC_POS_CENTER,