mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 00:32:49 +00:00
Remove unused variable in core options v2 sample template file
This commit is contained in:
parent
ef3dbc8378
commit
e42a1895af
@ -373,8 +373,6 @@ static INLINE void libretro_set_core_options(retro_environment_t environ_cb,
|
||||
/* Build values string */
|
||||
if (num_values > 0)
|
||||
{
|
||||
size_t j;
|
||||
|
||||
buf_len += num_values - 1;
|
||||
buf_len += strlen(desc);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user