Remove PPM "Corr." label.

This commit is contained in:
Jared Boone 2016-01-27 15:26:39 -08:00
parent 87dc5a055b
commit 7876eb0877
2 changed files with 0 additions and 6 deletions

View File

@ -248,7 +248,6 @@ FrequencyOptionsView::FrequencyOptionsView(
add_children({ {
&text_step,
&options_step,
&text_correction,
&field_ppm,
&text_ppm,
} });

View File

@ -271,11 +271,6 @@ private:
void on_step_changed(rf::Frequency v);
void on_reference_ppm_correction_changed(int32_t v);
Text text_correction {
{ 17 * 8, 0 * 16, 5 * 8, 16 },
"Corr.",
};
NumberField field_ppm {
{ 23 * 8, 0 * 16 },
3,