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