Merge pull request #7999 from krzys-h/uwp

Fix warning in uwp_input.c
This commit is contained in:
Twinaphex 2019-01-13 18:01:29 +01:00 committed by GitHub
commit 034ef10d3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -184,7 +184,6 @@ static int16_t uwp_input_state(void *data,
unsigned port, unsigned device,
unsigned index, unsigned id)
{
int16_t ret;
uwp_input_t *uwp = (uwp_input_t*)data;
switch (device)