mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-16 04:38:57 -04:00
Device sink API: removed useless methods
This commit is contained in:
@@ -87,10 +87,6 @@ public:
|
||||
ChannelSourceAPI *getChanelAPIAt(int index);
|
||||
int getNbChannels() const { return m_channelAPIs.size(); }
|
||||
|
||||
void registerChannelInstance(const QString& channelName, PluginInstanceGUI* pluginGUI);
|
||||
void removeChannelInstance(PluginInstanceGUI* pluginGUI);
|
||||
|
||||
|
||||
void loadSinkSettings(const Preset* preset);
|
||||
void saveSinkSettings(Preset* preset);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user