mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 22:14:45 -04:00
Removed undesirable methods from PluginInstanceGUI and related common plugins
This commit is contained in:
@@ -108,16 +108,6 @@ void LocalOutputGui::destroy()
|
||||
delete this;
|
||||
}
|
||||
|
||||
void LocalOutputGui::setName(const QString& name)
|
||||
{
|
||||
setObjectName(name);
|
||||
}
|
||||
|
||||
QString LocalOutputGui::getName() const
|
||||
{
|
||||
return objectName();
|
||||
}
|
||||
|
||||
void LocalOutputGui::resetToDefaults()
|
||||
{
|
||||
m_settings.resetToDefaults();
|
||||
@@ -149,16 +139,6 @@ bool LocalOutputGui::deserialize(const QByteArray& data)
|
||||
}
|
||||
}
|
||||
|
||||
qint64 LocalOutputGui::getCenterFrequency() const
|
||||
{
|
||||
return m_streamCenterFrequency;
|
||||
}
|
||||
|
||||
void LocalOutputGui::setCenterFrequency(qint64 centerFrequency)
|
||||
{
|
||||
(void) centerFrequency;
|
||||
}
|
||||
|
||||
bool LocalOutputGui::handleMessage(const Message& message)
|
||||
{
|
||||
if (LocalOutput::MsgConfigureLocalOutput::match(message))
|
||||
|
||||
Reference in New Issue
Block a user