mirror of
https://github.com/libretro/RetroArch
synced 2025-04-15 23:42:30 +00:00
Get rid of unused initialized variable in setting_data_get_list
This commit is contained in:
parent
72e556083c
commit
f5fc72274a
@ -1595,7 +1595,6 @@ rarch_setting_t* setting_data_get_list(void)
|
||||
{
|
||||
int i, player, index;
|
||||
static rarch_setting_t* list = NULL;
|
||||
static bool initialized = false;
|
||||
|
||||
if (!list)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user