From 4d002ec682b9740e541e17371cc733a5885ea9e5 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 22 Oct 2016 06:33:15 +0200 Subject: [PATCH] Don't have to grab this --- input/input_driver.c | 1 - 1 file changed, 1 deletion(-) diff --git a/input/input_driver.c b/input/input_driver.c index 775cc1f211..145cc6b09a 100644 --- a/input/input_driver.c +++ b/input/input_driver.c @@ -618,7 +618,6 @@ retro_input_t input_keys_pressed(void) { unsigned i; retro_input_t ret; - settings_t *settings = config_get_ptr(); ret.type = 0; ret.state = 0;