mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
(Menu) Cleanup
This commit is contained in:
parent
c211d2895a
commit
f79e6882a0
@ -1361,10 +1361,7 @@ static int menu_displaylist_parse_horizontal_list(menu_displaylist_info_t *info)
|
|||||||
if (!item)
|
if (!item)
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
#if 0
|
(void)db_path;
|
||||||
menu_list_push(list, info->display_name, "content_actions",
|
|
||||||
MENU_FILE_CONTENTLIST_ENTRY, 0);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
strlcpy(lpl_basename, item->path, sizeof(lpl_basename));
|
strlcpy(lpl_basename, item->path, sizeof(lpl_basename));
|
||||||
path_remove_extension(lpl_basename);
|
path_remove_extension(lpl_basename);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user