mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-07-26 10:46:08 +02:00
Fixed warnings on linux
This commit is contained in:
core/src
recorder
root_dev
@ -9,7 +9,6 @@ VFOManager::VFO::VFO(std::string name, int reference, float offset, float bandwi
|
||||
wtfVFO->setBandwidth(bandwidth);
|
||||
wtfVFO->setOffset(offset);
|
||||
output = dspVFO->output;
|
||||
printf("Created VFO: %p", wtfVFO);
|
||||
gui::waterfall.vfos[name] = wtfVFO;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user