diff --git a/plugins/channeltx/modam/ammodplugin.cpp b/plugins/channeltx/modam/ammodplugin.cpp index 757bf7ed6..817e49d6e 100644 --- a/plugins/channeltx/modam/ammodplugin.cpp +++ b/plugins/channeltx/modam/ammodplugin.cpp @@ -59,8 +59,3 @@ PluginInstanceGUI* AMModPlugin::createTxChannelGUI(const QString& channelName, D return 0; } } - -void AMModPlugin::createInstanceModAM(DeviceUISet *deviceUISet) -{ - AMModGUI::create(m_pluginAPI, deviceUISet); -} diff --git a/plugins/channeltx/modam/ammodplugin.h b/plugins/channeltx/modam/ammodplugin.h index ac94c0f5e..a11d74ab8 100644 --- a/plugins/channeltx/modam/ammodplugin.h +++ b/plugins/channeltx/modam/ammodplugin.h @@ -39,9 +39,6 @@ private: static const PluginDescriptor m_pluginDescriptor; PluginAPI* m_pluginAPI; - -private slots: - void createInstanceModAM(DeviceUISet *deviceUISet); }; #endif // INCLUDE_AMMODPLUGIN_H diff --git a/plugins/channeltx/modatv/atvmodplugin.cpp b/plugins/channeltx/modatv/atvmodplugin.cpp index 9dffd5669..12add2464 100644 --- a/plugins/channeltx/modatv/atvmodplugin.cpp +++ b/plugins/channeltx/modatv/atvmodplugin.cpp @@ -60,10 +60,5 @@ PluginInstanceGUI* ATVModPlugin::createTxChannelGUI(const QString& channelName, } } -void ATVModPlugin::createInstanceModATV(DeviceUISet *deviceUISet) -{ - ATVModGUI::create(m_pluginAPI, deviceUISet); -} - diff --git a/plugins/channeltx/modatv/atvmodplugin.h b/plugins/channeltx/modatv/atvmodplugin.h index b132050c7..7dff2dd5b 100644 --- a/plugins/channeltx/modatv/atvmodplugin.h +++ b/plugins/channeltx/modatv/atvmodplugin.h @@ -39,9 +39,6 @@ private: static const PluginDescriptor m_pluginDescriptor; PluginAPI* m_pluginAPI; - -private slots: - void createInstanceModATV(DeviceUISet *deviceUISet); }; #endif /* PLUGINS_CHANNELTX_MODATV_ATVMODPLUGIN_H_ */ diff --git a/plugins/channeltx/modnfm/nfmmodplugin.cpp b/plugins/channeltx/modnfm/nfmmodplugin.cpp index 3875466b0..51d8071fc 100644 --- a/plugins/channeltx/modnfm/nfmmodplugin.cpp +++ b/plugins/channeltx/modnfm/nfmmodplugin.cpp @@ -59,8 +59,3 @@ PluginInstanceGUI* NFMModPlugin::createTxChannelGUI(const QString& channelName, return 0; } } - -void NFMModPlugin::createInstanceModNFM(DeviceUISet *deviceUISet) -{ - NFMModGUI::create(m_pluginAPI, deviceUISet); -} diff --git a/plugins/channeltx/modnfm/nfmmodplugin.h b/plugins/channeltx/modnfm/nfmmodplugin.h index ef55ee0ee..966fc53aa 100644 --- a/plugins/channeltx/modnfm/nfmmodplugin.h +++ b/plugins/channeltx/modnfm/nfmmodplugin.h @@ -39,9 +39,6 @@ private: static const PluginDescriptor m_pluginDescriptor; PluginAPI* m_pluginAPI; - -private slots: - void createInstanceModNFM(DeviceUISet *deviceUISet); }; #endif // INCLUDE_NFMMODPLUGIN_H diff --git a/plugins/channeltx/modssb/ssbmodplugin.cpp b/plugins/channeltx/modssb/ssbmodplugin.cpp index 0981c2deb..c19e711a5 100644 --- a/plugins/channeltx/modssb/ssbmodplugin.cpp +++ b/plugins/channeltx/modssb/ssbmodplugin.cpp @@ -59,8 +59,3 @@ PluginInstanceGUI* SSBModPlugin::createTxChannelGUI(const QString& channelName, return 0; } } - -void SSBModPlugin::createInstanceModSSB(DeviceUISet *deviceUISet) -{ - SSBModGUI::create(m_pluginAPI, deviceUISet); -} diff --git a/plugins/channeltx/modssb/ssbmodplugin.h b/plugins/channeltx/modssb/ssbmodplugin.h index 3fd4e76ec..54d181670 100644 --- a/plugins/channeltx/modssb/ssbmodplugin.h +++ b/plugins/channeltx/modssb/ssbmodplugin.h @@ -39,9 +39,6 @@ private: static const PluginDescriptor m_pluginDescriptor; PluginAPI* m_pluginAPI; - -private slots: - void createInstanceModSSB(DeviceUISet *deviceUISet); }; #endif // INCLUDE_SSBMODPLUGIN_H diff --git a/plugins/channeltx/modwfm/wfmmodplugin.cpp b/plugins/channeltx/modwfm/wfmmodplugin.cpp index 80a9f0c96..9ce2c9e2f 100644 --- a/plugins/channeltx/modwfm/wfmmodplugin.cpp +++ b/plugins/channeltx/modwfm/wfmmodplugin.cpp @@ -59,8 +59,3 @@ PluginInstanceGUI* WFMModPlugin::createTxChannelGUI(const QString& channelName, return 0; } } - -void WFMModPlugin::createInstanceModWFM(DeviceUISet *deviceUISet) -{ - WFMModGUI::create(m_pluginAPI, deviceUISet); -} diff --git a/plugins/channeltx/modwfm/wfmmodplugin.h b/plugins/channeltx/modwfm/wfmmodplugin.h index be926a1a6..5cf603de1 100644 --- a/plugins/channeltx/modwfm/wfmmodplugin.h +++ b/plugins/channeltx/modwfm/wfmmodplugin.h @@ -39,9 +39,6 @@ private: static const PluginDescriptor m_pluginDescriptor; PluginAPI* m_pluginAPI; - -private slots: - void createInstanceModWFM(DeviceUISet *deviceUISet); }; #endif // INCLUDE_NFMMODPLUGIN_H diff --git a/plugins/channeltx/udpsink/udpsinkplugin.cpp b/plugins/channeltx/udpsink/udpsinkplugin.cpp index 4d8da4a5c..dd67f0d84 100644 --- a/plugins/channeltx/udpsink/udpsinkplugin.cpp +++ b/plugins/channeltx/udpsink/udpsinkplugin.cpp @@ -62,10 +62,3 @@ PluginInstanceGUI* UDPSinkPlugin::createTxChannelGUI(const QString& channelName, return 0; } } - -void UDPSinkPlugin::createInstanceUDPSink(DeviceUISet *deviceUISet) -{ - UDPSinkGUI::create(m_pluginAPI, deviceUISet); -// deviceAPI->registerChannelInstance("sdrangel.channel.udpsrc", gui); -// m_pluginAPI->addChannelRollup(gui); -} diff --git a/plugins/channeltx/udpsink/udpsinkplugin.h b/plugins/channeltx/udpsink/udpsinkplugin.h index 43cd9bc1d..08802500a 100644 --- a/plugins/channeltx/udpsink/udpsinkplugin.h +++ b/plugins/channeltx/udpsink/udpsinkplugin.h @@ -40,9 +40,6 @@ private: static const PluginDescriptor m_pluginDescriptor; PluginAPI* m_pluginAPI; - -private slots: - void createInstanceUDPSink(DeviceUISet *deviceUISet); }; #endif // INCLUDE_UDPSINKPLUGIN_H