mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 09:40:06 +00:00
file_list.c - cleanup
This commit is contained in:
parent
de565e73e4
commit
abe4a489a6
@ -26,9 +26,6 @@ void file_list_push(file_list_t *list,
|
||||
const char *path, const char *label,
|
||||
unsigned type, size_t directory_ptr)
|
||||
{
|
||||
if (!list)
|
||||
return;
|
||||
|
||||
if (list->size >= list->capacity)
|
||||
{
|
||||
list->capacity++;
|
||||
|
Loading…
x
Reference in New Issue
Block a user