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

Fix cut and paste errors from PTT feature

This commit is contained in:
Jon Beniston
2021-01-15 11:00:03 +00:00
parent 7f6eee6a10
commit 2c32224977
14 changed files with 18 additions and 28 deletions
@@ -51,7 +51,6 @@ void VORLocalizerPlugin::initPlugin(PluginAPI* pluginAPI)
{
m_pluginAPI = pluginAPI;
// register Simple PTT feature
m_pluginAPI->registerFeature(VORLocalizer::m_featureIdURI, VORLocalizer::m_featureId, this);
}