summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/recorder/radio.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/recorder/radio.c b/apps/recorder/radio.c
index f8da238c6f..af39124b9b 100644
--- a/apps/recorder/radio.c
+++ b/apps/recorder/radio.c
@@ -193,10 +193,6 @@ bool radio_screen(void)
193 radio_set_frequency(curr_freq); 193 radio_set_frequency(curr_freq);
194 curr_preset = find_preset(curr_freq); 194 curr_preset = find_preset(curr_freq);
195 195
196 /* We use the A/D pseudo peak */
197 peak_meter_playback(false);
198 peak_meter_enabled = true;
199
200 buttonbar_set(str(LANG_BUTTONBAR_MENU), str(LANG_FM_BUTTONBAR_PRESETS), 196 buttonbar_set(str(LANG_BUTTONBAR_MENU), str(LANG_FM_BUTTONBAR_PRESETS),
201 str(LANG_FM_BUTTONBAR_RECORD)); 197 str(LANG_FM_BUTTONBAR_RECORD));
202 198