mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-07 08:24:43 -04:00
Rx plugins: removed useless create method in private slot
This commit is contained in:
@@ -42,8 +42,3 @@ PluginInstanceGUI* LoRaPlugin::createRxChannelGUI(const QString& channelName, De
|
||||
return NULL;
|
||||
}
|
||||
}
|
||||
|
||||
void LoRaPlugin::createInstanceLoRa(DeviceUISet *deviceUISet)
|
||||
{
|
||||
LoRaDemodGUI::create(m_pluginAPI, deviceUISet);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user