1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 13:47:01 -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
@@ -190,7 +190,6 @@ RemoteSourceGUI::RemoteSourceGUI(PluginAPI* pluginAPI, DeviceUISet *deviceUISet,
RemoteSourceGUI::~RemoteSourceGUI()
{
delete m_remoteSrc;
delete ui;
}