mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
CLeanup
This commit is contained in:
parent
157eb71606
commit
644649853f
@ -48,17 +48,11 @@ struct string_list *string_list_new_special(enum string_list_type type,
|
||||
const core_info_t *core_info = NULL;
|
||||
struct string_list *s = string_list_new();
|
||||
|
||||
if (!s || !len)
|
||||
return NULL;
|
||||
|
||||
attr.i = 0;
|
||||
|
||||
(void)data;
|
||||
|
||||
if (!len)
|
||||
return NULL;
|
||||
|
||||
*len = 0;
|
||||
|
||||
if (!s)
|
||||
return NULL;
|
||||
*len = 0;
|
||||
|
||||
switch (type)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user