mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-03 06:24:48 -04:00
Tx plugins: removed useless create method in private slot
This commit is contained in:
@@ -59,8 +59,3 @@ PluginInstanceGUI* SSBModPlugin::createTxChannelGUI(const QString& channelName,
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
void SSBModPlugin::createInstanceModSSB(DeviceUISet *deviceUISet)
|
||||
{
|
||||
SSBModGUI::create(m_pluginAPI, deviceUISet);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user