diff options
author | Rafaël Carré <rafael.carre@gmail.com> | 2012-01-04 05:21:31 +0000 |
---|---|---|
committer | Rafaël Carré <rafael.carre@gmail.com> | 2012-01-04 05:21:31 +0000 |
commit | af7606776af9f19b82542a3575285b84da82a912 (patch) | |
tree | 4fa4d7c5ca123882f0048dab0d84a9224712a5c8 /apps/debug_menu.h | |
parent | 925dacf96dca1ca09c58024df2e41aaea524c722 (diff) | |
download | rockbox-af7606776af9f19b82542a3575285b84da82a912.tar.gz rockbox-af7606776af9f19b82542a3575285b84da82a912.tar.bz2 rockbox-af7606776af9f19b82542a3575285b84da82a912.zip |
dbg_partitions: make static
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31556 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/debug_menu.h')
-rw-r--r-- | apps/debug_menu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/debug_menu.h b/apps/debug_menu.h index 17a9c2e094..7926ffcd3b 100644 --- a/apps/debug_menu.h +++ b/apps/debug_menu.h @@ -26,7 +26,6 @@ bool run_debug_screen(char* screen); #ifndef SIMULATOR extern bool dbg_ports(void); -extern bool dbg_partitions(void); #endif #endif |