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