From 2dc2054319abbbd0f559a18ecfbb8416cdbd2baf Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Thu, 21 May 2009 12:32:26 +0000 Subject: Remove some unused declarations git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21010 a1c6a512-1295-4272-9138-f99709370657 --- apps/menus/recording_menu.c | 1 - 1 file changed, 1 deletion(-) (limited to 'apps/menus') diff --git a/apps/menus/recording_menu.c b/apps/menus/recording_menu.c index ea551bedac..7805e8602c 100644 --- a/apps/menus/recording_menu.c +++ b/apps/menus/recording_menu.c @@ -612,7 +612,6 @@ MENUITEM_FUNCTION(rectrigger_item, 0, ID2P(LANG_RECORD_TRIGGER), rectrigger, NULL, NULL, Icon_Menu_setting); static struct browse_folder_info rec_config_browse = {RECPRESETS_DIR, SHOW_CFG}; -int browse_folder(void *param); MENUITEM_FUNCTION(browse_recconfigs, MENU_FUNC_USEPARAM, ID2P(LANG_CUSTOM_CFG), browse_folder, (void*)&rec_config_browse, NULL, Icon_Config); static int write_settings_file(void) -- cgit v1.2.3