From a16ebe401c08b80bf036e87cf60d1caecfe93839 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 29 Jun 2020 13:58:13 +0200 Subject: [PATCH] (UWP) Remove unused local variable --- input/drivers/uwp_input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/drivers/uwp_input.c b/input/drivers/uwp_input.c index 4866abda0b..ad8c25e7f5 100644 --- a/input/drivers/uwp_input.c +++ b/input/drivers/uwp_input.c @@ -112,7 +112,7 @@ static int16_t uwp_pressed_analog(uwp_input_t *uwp, unsigned port, unsigned idx, unsigned id) { const struct retro_keybind *bind_minus, *bind_plus; - int16_t pressed_minus = 0, pressed_plus = 0, pressed_keyboard; + int16_t pressed_minus = 0, pressed_plus = 0; unsigned id_minus = 0, id_plus = 0; /* First, process the keyboard bindings */