Remove unused variable warning
This commit is contained in:
parent
942858c6ba
commit
97deec44f4
|
@ -4220,7 +4220,6 @@ void input_keyboard_mapping_bits(unsigned mode, unsigned key)
|
||||||
void config_read_keybinds_conf(void *data)
|
void config_read_keybinds_conf(void *data)
|
||||||
{
|
{
|
||||||
unsigned i;
|
unsigned i;
|
||||||
input_driver_state_t *input_st = &input_driver_st;
|
|
||||||
config_file_t *conf = (config_file_t*)data;
|
config_file_t *conf = (config_file_t*)data;
|
||||||
bool key_store[RETROK_LAST] = {0};
|
bool key_store[RETROK_LAST] = {0};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue