From 4af9331ed2370797ce3b71e4cd1f2b679542a225 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Tue, 6 Apr 2004 02:07:28 +0000 Subject: The FM radio screen now uses the D/A peak meter. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4470 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/radio.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'apps/recorder') 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) radio_set_frequency(curr_freq); curr_preset = find_preset(curr_freq); - /* We use the A/D pseudo peak */ - peak_meter_playback(false); - peak_meter_enabled = true; - buttonbar_set(str(LANG_BUTTONBAR_MENU), str(LANG_FM_BUTTONBAR_PRESETS), str(LANG_FM_BUTTONBAR_RECORD)); -- cgit v1.2.3