mirror of
https://github.com/libretro/RetroArch
synced 2025-01-14 09:43:27 +00:00
Simplify menu_entries_get_end
This commit is contained in:
parent
bf62c8c493
commit
e66c8cdaf0
@ -48,10 +48,6 @@ size_t menu_entries_get_start(void)
|
||||
size_t menu_entries_get_end(void)
|
||||
{
|
||||
menu_list_t *menu_list = menu_list_get_ptr();
|
||||
|
||||
if (!menu_list)
|
||||
return 0;
|
||||
|
||||
return menu_list_get_size(menu_list);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user