Remove commented and unused code.

This commit is contained in:
Jared Boone 2016-01-27 11:03:37 -08:00
parent 34434c088c
commit 87a6f931c9
2 changed files with 3 additions and 44 deletions

View file

@ -382,11 +382,7 @@ private:
LNAGainField field_lna {
{ 15 * 8, 0 * 16 }
};
/*
BasebandBandwidthField options_baseband_bandwidth {
{ 15 * 8, 1 * 16 },
};
*/
NumberField field_vga {
{ 18 * 8, 0 * 16},
2,
@ -405,24 +401,6 @@ private:
{ "SPEC", toUType(ReceiverModel::Mode::SpectrumAnalysis) },
}
};
/*
OptionsField options_baseband_oversampling {
{ 24 * 8, 1 * 16 },
1,
{
{ "4", 4 },
{ "6", 6 },
{ "8", 8 },
}
};
*/
NumberField field_vregmode {
{ 24 * 8, 1 * 16 },
1,
{ 0, 1 },
1,
' ',
};
NumberField field_volume {
{ 28 * 8, 0 * 16 },
@ -455,7 +433,6 @@ private:
void on_frequency_step_changed(rf::Frequency f);
void on_reference_ppm_correction_changed(int32_t v);
void on_headphone_volume_changed(int32_t v);
// void on_baseband_oversampling_changed(int32_t v);
void on_edit_frequency();
};