mirror of
https://github.com/libretro/RetroArch
synced 2025-02-21 00:40:09 +00:00
Remove unused variable
This commit is contained in:
parent
2807f94a14
commit
50f0e19263
@ -467,7 +467,6 @@ bool runloop_ctl(enum runloop_ctl_state state, void *data)
|
|||||||
runloop_system.info.valid_extensions ?
|
runloop_system.info.valid_extensions ?
|
||||||
runloop_system.info.valid_extensions : DEFAULT_EXT,
|
runloop_system.info.valid_extensions : DEFAULT_EXT,
|
||||||
sizeof(runloop_system.valid_extensions));
|
sizeof(runloop_system.valid_extensions));
|
||||||
runloop_system.block_extract = runloop_system.info.block_extract;
|
|
||||||
break;
|
break;
|
||||||
case RUNLOOP_CTL_GET_CORE_OPTION_SIZE:
|
case RUNLOOP_CTL_GET_CORE_OPTION_SIZE:
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user