1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-08 00:44:48 -04:00

Multi device support: commented out code cleanup

This commit is contained in:
f4exb
2016-05-17 19:36:28 +02:00
parent 86c78cd6a5
commit 7aa5ca7573
10 changed files with 1 additions and 92 deletions
-4
View File
@@ -36,8 +36,6 @@ PluginGUI* SSBPlugin::createChannel(const QString& channelName, DeviceAPI *devic
if(channelName == SSBDemodGUI::m_channelID)
{
SSBDemodGUI* gui = SSBDemodGUI::create(m_pluginAPI, deviceAPI);
// deviceAPI->registerChannelInstance("de.maintech.sdrangelove.channel.ssb", gui);
// m_pluginAPI->addChannelRollup(gui);
return gui;
} else {
return NULL;
@@ -47,6 +45,4 @@ PluginGUI* SSBPlugin::createChannel(const QString& channelName, DeviceAPI *devic
void SSBPlugin::createInstanceSSB(DeviceAPI *deviceAPI)
{
SSBDemodGUI* gui = SSBDemodGUI::create(m_pluginAPI, deviceAPI);
// deviceAPI->registerChannelInstance("de.maintech.sdrangelove.channel.ssb", gui);
// m_pluginAPI->addChannelRollup(gui);
}