Cleanup: remove some unused params and variables, conversion warnings seen with #550.

This commit is contained in:
vsonnier
2017-05-29 20:08:45 +02:00
parent be3c0c9778
commit 8f608bbf5c
15 changed files with 25 additions and 36 deletions
+1 -2
View File
@@ -95,8 +95,7 @@ void SDRPostThread::updateActiveDemodulators() {
for (demod_i = demodulators.begin(); demod_i != demodulators.end(); demod_i++) {
DemodulatorInstance *demod = *demod_i;
DemodulatorThreadInputQueue *demodQueue = demod->getIQInputDataPipe();
// not in range?
if (demod->isDeltaLock()) {
if (demod->getFrequency() != centerFreq + demod->getDeltaLockOfs()) {