mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 21:54:55 -04:00
Removed undesirable methods from PluginInstanceGUI and related common plugins
This commit is contained in:
@@ -126,16 +126,6 @@ void RemoteInputGui::destroy()
|
||||
delete this;
|
||||
}
|
||||
|
||||
void RemoteInputGui::setName(const QString& name)
|
||||
{
|
||||
setObjectName(name);
|
||||
}
|
||||
|
||||
QString RemoteInputGui::getName() const
|
||||
{
|
||||
return objectName();
|
||||
}
|
||||
|
||||
void RemoteInputGui::resetToDefaults()
|
||||
{
|
||||
m_settings.resetToDefaults();
|
||||
@@ -167,16 +157,6 @@ bool RemoteInputGui::deserialize(const QByteArray& data)
|
||||
}
|
||||
}
|
||||
|
||||
qint64 RemoteInputGui::getCenterFrequency() const
|
||||
{
|
||||
return m_streamCenterFrequency;
|
||||
}
|
||||
|
||||
void RemoteInputGui::setCenterFrequency(qint64 centerFrequency)
|
||||
{
|
||||
(void) centerFrequency;
|
||||
}
|
||||
|
||||
bool RemoteInputGui::handleMessage(const Message& message)
|
||||
{
|
||||
if (RemoteInput::MsgConfigureRemoteInput::match(message))
|
||||
|
||||
Reference in New Issue
Block a user