From 66f49d1788fc704003fa50e0730689dacfe424e3 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 24 Oct 2014 18:59:46 +0200 Subject: [PATCH] Get rid of unused variables --- settings_data.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/settings_data.c b/settings_data.c index 1037d13616..1d58c488fd 100644 --- a/settings_data.c +++ b/settings_data.c @@ -4510,14 +4510,12 @@ static bool setting_data_append_list_input_options( static char key[MAX_PLAYERS][64]; static char key_type[MAX_PLAYERS][64]; static char key_analog[MAX_PLAYERS][64]; - static char key_bind_device[MAX_PLAYERS][64]; static char key_bind_all[MAX_PLAYERS][64]; static char key_bind_defaults[MAX_PLAYERS][64]; static char label[MAX_PLAYERS][64]; static char label_type[MAX_PLAYERS][64]; static char label_analog[MAX_PLAYERS][64]; - static char label_bind_device[MAX_PLAYERS][64]; static char label_bind_all[MAX_PLAYERS][64]; static char label_bind_defaults[MAX_PLAYERS][64];