From 314f3b58f18ccbc8f5a39897681bc8579cd330d1 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Tue, 12 Dec 2006 22:22:21 +0000 Subject: More static'ing, and a few fixes resulting from that. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11737 a1c6a512-1295-4272-9138-f99709370657 --- apps/debug_menu.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'apps/debug_menu.h') diff --git a/apps/debug_menu.h b/apps/debug_menu.h index 629d071..d1a4929 100644 --- a/apps/debug_menu.h +++ b/apps/debug_menu.h @@ -24,9 +24,6 @@ bool debug_menu(void); #ifndef SIMULATOR extern bool dbg_ports(void); extern bool dbg_partitions(void); -#ifdef CONFIG_RTC -extern bool dbg_rtc(void); -#endif #endif #endif -- cgit v1.1