diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2006-12-12 22:22:21 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2006-12-12 22:22:21 +0000 |
| commit | 314f3b58f18ccbc8f5a39897681bc8579cd330d1 (patch) | |
| tree | b56b1ca14e372738b171d81c8f0ae4ac9429cc13 /apps/debug_menu.h | |
| parent | 819712f118a3e036da7042199c6d7197416ddbee (diff) | |
| download | rockbox-314f3b58f18ccbc8f5a39897681bc8579cd330d1.zip rockbox-314f3b58f18ccbc8f5a39897681bc8579cd330d1.tar.gz rockbox-314f3b58f18ccbc8f5a39897681bc8579cd330d1.tar.bz2 rockbox-314f3b58f18ccbc8f5a39897681bc8579cd330d1.tar.xz | |
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
Diffstat (limited to 'apps/debug_menu.h')
| -rw-r--r-- | apps/debug_menu.h | 3 |
1 files changed, 0 insertions, 3 deletions
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 |