mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-03 14:35:03 -04:00
Cleanup: remove some unused params and variables, conversion warnings seen with #550.
This commit is contained in:
@@ -240,7 +240,7 @@ void SpectrumVisualProcessor::process() {
|
||||
unsigned int num_written;
|
||||
long resampleBw = iqData->sampleRate;
|
||||
bool newResampler = false;
|
||||
int bwDiff;
|
||||
int bwDiff = 0;
|
||||
|
||||
if (is_view.load()) {
|
||||
if (!iqData->sampleRate) {
|
||||
|
||||
Reference in New Issue
Block a user