1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-03 06:24:48 -04:00

Rx plugins: removed useless create method in private slot

This commit is contained in:
f4exb
2017-11-08 00:03:12 +01:00
parent 9ff05baa70
commit 76bf0ad104
24 changed files with 0 additions and 100 deletions
-5
View File
@@ -60,8 +60,3 @@ PluginInstanceGUI* BFMPlugin::createRxChannelGUI(const QString& channelName, Dev
return 0;
}
}
void BFMPlugin::createInstanceBFM(DeviceUISet *deviceUISet)
{
BFMDemodGUI::create(m_pluginAPI, deviceUISet);
}