1
0
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:
f4exb
2016-11-17 03:19:05 +01:00
parent d68b34bd88
commit b997f6ca39
6 changed files with 5 additions and 48 deletions
@@ -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)