From e67a8391a1451b6ebfc90f5493c5d87dbaf7aea4 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 1 Feb 2015 13:30:01 +0100 Subject: [PATCH] Cleanups --- menu/menu_entries_cbs.c | 1 - 1 file changed, 1 deletion(-) diff --git a/menu/menu_entries_cbs.c b/menu/menu_entries_cbs.c index a1fd72938d..b20269b15c 100644 --- a/menu/menu_entries_cbs.c +++ b/menu/menu_entries_cbs.c @@ -4543,7 +4543,6 @@ static void menu_action_setting_disp_set_label_menu_file_subgroup( const char *path, char *path_buf, size_t path_buf_size) { - strlcpy(type_str, "(SUBGROUP)", type_str_size); *w = strlen(type_str); strlcpy(path_buf, path, path_buf_size); }