mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
Cleanups
This commit is contained in:
parent
5a28266abf
commit
9895cd6b21
@ -99,7 +99,6 @@ void dir_list_free(struct string_list *list)
|
|||||||
string_list_free(list);
|
string_list_free(list);
|
||||||
}
|
}
|
||||||
|
|
||||||
#if !defined(_WIN32)
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* dirent_is_directory:
|
* dirent_is_directory:
|
||||||
@ -136,7 +135,6 @@ static bool dirent_is_directory(const char *path, const void *data)
|
|||||||
return path_is_directory(path);
|
return path_is_directory(path);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* parse_dir_entry:
|
* parse_dir_entry:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user