mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-08 08:54:49 -04:00
Multi device support: cleanup after last commit
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
///////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <QtPlugin>
|
||||
#include <QAction>
|
||||
#include "plugin/pluginapi.h"
|
||||
|
||||
#include "bfmplugin.h"
|
||||
@@ -47,8 +46,6 @@ void BFMPlugin::initPlugin(PluginAPI* pluginAPI)
|
||||
m_pluginAPI = pluginAPI;
|
||||
|
||||
// register BFM demodulator
|
||||
// QAction* action = new QAction(tr("&Broadcast FM Demodulator"), this);
|
||||
// connect(action, SIGNAL(triggered()), this, SLOT(createInstanceBFM()));
|
||||
m_pluginAPI->registerChannel("sdrangel.channel.bfm", this);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user