summaryrefslogtreecommitdiff
path: root/apps/menus/recording_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/menus/recording_menu.c')
-rw-r--r--apps/menus/recording_menu.c1
1 files changed, 0 insertions, 1 deletions
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),
612 rectrigger, NULL, NULL, Icon_Menu_setting); 612 rectrigger, NULL, NULL, Icon_Menu_setting);
613 613
614static struct browse_folder_info rec_config_browse = {RECPRESETS_DIR, SHOW_CFG}; 614static struct browse_folder_info rec_config_browse = {RECPRESETS_DIR, SHOW_CFG};
615int browse_folder(void *param);
616MENUITEM_FUNCTION(browse_recconfigs, MENU_FUNC_USEPARAM, ID2P(LANG_CUSTOM_CFG), 615MENUITEM_FUNCTION(browse_recconfigs, MENU_FUNC_USEPARAM, ID2P(LANG_CUSTOM_CFG),
617 browse_folder, (void*)&rec_config_browse, NULL, Icon_Config); 616 browse_folder, (void*)&rec_config_browse, NULL, Icon_Config);
618static int write_settings_file(void) 617static int write_settings_file(void)