mirror of
https://github.com/libretro/RetroArch
synced 2025-04-11 00:44:20 +00:00
Don't need this variable in this loop
This commit is contained in:
parent
050f44382b
commit
116bf8058a
@ -4710,7 +4710,6 @@ bool input_remapping_save_file(const char *path)
|
|||||||
{
|
{
|
||||||
char stk_ident[128];
|
char stk_ident[128];
|
||||||
unsigned remap_id = settings->uints.input_remap_ids[i][j];
|
unsigned remap_id = settings->uints.input_remap_ids[i][j];
|
||||||
unsigned keymap_id = settings->uints.input_keymapper_ids[i][j];
|
|
||||||
const char *key_string = key_strings[j];
|
const char *key_string = key_strings[j];
|
||||||
stk_ident[0] = '\0';
|
stk_ident[0] = '\0';
|
||||||
fill_pathname_join_delim(stk_ident, s3,
|
fill_pathname_join_delim(stk_ident, s3,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user