mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-02 06:04:39 -04:00
unnecessary frequency=0 check..
This commit is contained in:
@@ -286,7 +286,7 @@ void SpectrumVisualProcessor::process() {
|
||||
int bwDiff;
|
||||
|
||||
if (is_view.load()) {
|
||||
if (!iqData->frequency || !iqData->sampleRate) {
|
||||
if (!iqData->sampleRate) {
|
||||
iqData->decRefCount();
|
||||
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user