1
0
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:
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* SSBModPlugin::createTxChannelGUI(const QString& channelName,
return 0;
}
}
void SSBModPlugin::createInstanceModSSB(DeviceUISet *deviceUISet)
{
SSBModGUI::create(m_pluginAPI, deviceUISet);
}