This commit is contained in:
twinaphex 2015-06-03 11:09:55 +02:00
parent f488242a8e
commit 14ca137ffb

View File

@ -31,7 +31,6 @@ rarch_setting_info_t *settings_info_list_new(void)
if (!list_info)
return NULL;
list_info->index = 0;
list_info->size = 32;
return list_info;