1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-03 14:34:57 -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
-5
View File
@@ -59,8 +59,3 @@ PluginInstanceGUI* AMModPlugin::createTxChannelGUI(const QString& channelName, D
return 0;
}
}
void AMModPlugin::createInstanceModAM(DeviceUISet *deviceUISet)
{
AMModGUI::create(m_pluginAPI, deviceUISet);
}