mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-05 07:24:44 -04:00
SDRPlay plugin: removed usless auto gain mode
This commit is contained in:
@@ -375,13 +375,6 @@ void SDRPlayGui::on_gain_valueChanged(int value)
|
||||
sendSettings();
|
||||
}
|
||||
|
||||
void SDRPlayGui::on_gainAuto_toggled(bool checked)
|
||||
{
|
||||
qDebug("SDRPlayGui::on_gainAuto_toggled: %s", checked ? "on" : "off");
|
||||
m_settings.m_autoGain = checked;
|
||||
sendSettings();
|
||||
}
|
||||
|
||||
void SDRPlayGui::on_startStop_toggled(bool checked)
|
||||
{
|
||||
if (checked)
|
||||
|
||||
Reference in New Issue
Block a user