From 116bf8058a260631c60095a7cc782d57eda3e313 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 11 Apr 2021 18:19:51 +0200 Subject: [PATCH] Don't need this variable in this loop --- configuration.c | 1 - 1 file changed, 1 deletion(-) diff --git a/configuration.c b/configuration.c index e0bbc9027c..c439f8154f 100644 --- a/configuration.c +++ b/configuration.c @@ -4710,7 +4710,6 @@ bool input_remapping_save_file(const char *path) { char stk_ident[128]; 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]; stk_ident[0] = '\0'; fill_pathname_join_delim(stk_ident, s3,