mirror of
https://github.com/libretro/RetroArch
synced 2025-02-22 03:40:43 +00:00
(menu_content.c) Cleanups
This commit is contained in:
parent
42ce1de663
commit
915a420279
@ -49,13 +49,8 @@
|
||||
**/
|
||||
bool menu_content_playlist_load(menu_content_ctx_playlist_info_t *info)
|
||||
{
|
||||
playlist_t *playlist = NULL;
|
||||
const char *path = NULL;
|
||||
|
||||
if (!info)
|
||||
return false;
|
||||
|
||||
playlist = (playlist_t*)info->data;
|
||||
playlist_t *playlist = (playlist_t*)info->data;
|
||||
|
||||
if (!playlist)
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user