mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-25 12:07:49 +02:00
More DSP cleanup + Remove FastFFT option because it should never be used
This commit is contained in:
@ -112,6 +112,7 @@ public:
|
||||
}
|
||||
|
||||
~RadioModule() {
|
||||
core::modComManager.unregisterInterface(name);
|
||||
gui::menu.removeEntry(name);
|
||||
stream.stop();
|
||||
if (enabled) {
|
||||
|
Reference in New Issue
Block a user