diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2004-04-06 02:07:28 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2004-04-06 02:07:28 +0000 |
| commit | 4af9331ed2370797ce3b71e4cd1f2b679542a225 (patch) | |
| tree | e7c0bda1d9e53ffb5ab0166225dd535245cd75cc /apps | |
| parent | ef1698e6487e8954648f806c02428ff691139438 (diff) | |
| download | rockbox-4af9331ed2370797ce3b71e4cd1f2b679542a225.zip rockbox-4af9331ed2370797ce3b71e4cd1f2b679542a225.tar.gz rockbox-4af9331ed2370797ce3b71e4cd1f2b679542a225.tar.bz2 rockbox-4af9331ed2370797ce3b71e4cd1f2b679542a225.tar.xz | |
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
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/recorder/radio.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/recorder/radio.c b/apps/recorder/radio.c index f8da238..af39124 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)); |