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 ---- 1 file changed, 4 deletions(-) (limited to 'apps/debug_menu.c') 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); -- cgit v1.2.3