input_common.c - prevent unused variable warning

This commit is contained in:
twinaphex 2014-08-12 23:00:59 +02:00
parent 9178d8cc0d
commit 7ff8db3f69

View File

@ -1454,7 +1454,6 @@ void input_config_autoconfigure_joypad(unsigned index, const char *name, const c
void input_push_analog_dpad(struct retro_keybind *binds, unsigned mode)
{
unsigned i;
unsigned analog_base;
switch (mode)
{