1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 06:04:39 -04:00

Removed undesirable methods from PluginInstanceGUI and related common plugins

This commit is contained in:
f4exb
2020-10-03 11:43:14 +02:00
parent 9a64bb3b75
commit d085b4eb7d
121 changed files with 9 additions and 1534 deletions
@@ -122,16 +122,6 @@ void LocalInputGui::destroy()
delete this;
}
void LocalInputGui::setName(const QString& name)
{
setObjectName(name);
}
QString LocalInputGui::getName() const
{
return objectName();
}
void LocalInputGui::resetToDefaults()
{
m_settings.resetToDefaults();
@@ -163,16 +153,6 @@ bool LocalInputGui::deserialize(const QByteArray& data)
}
}
qint64 LocalInputGui::getCenterFrequency() const
{
return m_streamCenterFrequency;
}
void LocalInputGui::setCenterFrequency(qint64 centerFrequency)
{
(void) centerFrequency;
}
bool LocalInputGui::handleMessage(const Message& message)
{
if (LocalInput::MsgConfigureLocalInput::match(message))