From b4861738c9a36b410af129615f707c594b3d6109 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sat, 7 May 2005 01:09:09 +0000 Subject: Bugfix: debug_fm_detection was defined twice. Removed it, since it only had a meaning for the Samsung tuner chip and is thus no longer needed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6411 a1c6a512-1295-4272-9138-f99709370657 --- apps/debug_menu.c | 4 ---- apps/recorder/radio.c | 2 -- 2 files changed, 6 deletions(-) (limited to 'apps') diff --git a/apps/debug_menu.c b/apps/debug_menu.c index 81b2f6a905..c51f8d42b0 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -1935,8 +1935,6 @@ bool dbg_save_roms(void) #endif /* CONFIG_CPU == SH7034 */ #ifdef CONFIG_TUNER -extern int debug_fm_detection; - bool dbg_fm_radio(void) { char buf[32]; @@ -1954,8 +1952,6 @@ bool dbg_fm_radio(void) snprintf(buf, sizeof buf, "HW detected: %s", fm_detected?"yes":"no"); lcd_puts(0, 0, buf); - snprintf(buf, sizeof buf, "Result: %08x", debug_fm_detection); - lcd_puts(0, 1, buf); lcd_update(); button = button_get(true); diff --git a/apps/recorder/radio.c b/apps/recorder/radio.c index 7ed4ef04cb..93e2022caf 100644 --- a/apps/recorder/radio.c +++ b/apps/recorder/radio.c @@ -84,8 +84,6 @@ static struct fmstation presets[MAX_PRESETS]; static const char default_filename[] = "/.rockbox/fm-presets-default.fmr"; -int debug_fm_detection; - static int preset_menu; /* The menu index of the preset list */ static struct menu_item preset_menu_items[MAX_PRESETS]; static int num_presets; /* The number of presets in the preset list */ -- cgit v1.2.3