From af7606776af9f19b82542a3575285b84da82a912 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Wed, 4 Jan 2012 05:21:31 +0000 Subject: dbg_partitions: make static git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31556 a1c6a512-1295-4272-9138-f99709370657 --- apps/debug_menu.c | 2 +- apps/debug_menu.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/debug_menu.c b/apps/debug_menu.c index d31bf2bf6b..48664a1762 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -583,7 +583,7 @@ static const char* dbg_partitions_getname(int selected_item, void *data, return buffer; } -bool dbg_partitions(void) +static bool dbg_partitions(void) { struct simplelist_info info; simplelist_info_init(&info, "Partition Info", 4, NULL); 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 -- cgit v1.2.3