1
0
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:
f4exb
2017-11-08 00:09:40 +01:00
parent d4c9765480
commit aa56988d83
12 changed files with 0 additions and 50 deletions
@@ -59,8 +59,3 @@ PluginInstanceGUI* NFMModPlugin::createTxChannelGUI(const QString& channelName,
return 0;
}
}
void NFMModPlugin::createInstanceModNFM(DeviceUISet *deviceUISet)
{
NFMModGUI::create(m_pluginAPI, deviceUISet);
}