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;
|
int i, player, index;
|
||||||
static rarch_setting_t* list = NULL;
|
static rarch_setting_t* list = NULL;
|
||||||
static bool initialized = false;
|
|
||||||
|
|
||||||
if (!list)
|
if (!list)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue