1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-25 11:34:09 -04:00

Delete channel API from DeviceUISet. Update FeatureUISet

This commit is contained in:
f4exb
2020-10-04 19:07:42 +02:00
parent e9a32528d7
commit 6ebf4569bf
51 changed files with 138 additions and 193 deletions
-1
View File
@@ -464,7 +464,6 @@ SSBModGUI::SSBModGUI(PluginAPI* pluginAPI, DeviceUISet *deviceUISet, BasebandSam
SSBModGUI::~SSBModGUI()
{
delete m_ssbMod; // TODO: check this: when the GUI closes it has to delete the modulator
delete ui;
}