mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-07 16:34:45 -04:00
Rx plugins: removed useless create method in private slot
This commit is contained in:
@@ -43,8 +43,3 @@ PluginInstanceGUI* SSBPlugin::createRxChannelGUI(const QString& channelName, Dev
|
||||
return NULL;
|
||||
}
|
||||
}
|
||||
|
||||
void SSBPlugin::createInstanceSSB(DeviceUISet *deviceUISet)
|
||||
{
|
||||
SSBDemodGUI::create(m_pluginAPI, deviceUISet);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user