mirror of
https://github.com/libretro/RetroArch
synced 2025-04-03 10:21:31 +00:00
Remove another unused variable warning
This commit is contained in:
parent
fabccce437
commit
b4f0b2827f
@ -6029,7 +6029,6 @@ static unsigned menu_displaylist_populate_subsystem(
|
|||||||
{
|
{
|
||||||
unsigned j = 0;
|
unsigned j = 0;
|
||||||
char rom_buff[PATH_MAX_LENGTH];
|
char rom_buff[PATH_MAX_LENGTH];
|
||||||
char tmp[PATH_MAX_LENGTH];
|
|
||||||
rom_buff[0] = '\0';
|
rom_buff[0] = '\0';
|
||||||
|
|
||||||
for (j = 0; j < content_get_subsystem_rom_id(); j++)
|
for (j = 0; j < content_get_subsystem_rom_id(); j++)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user