mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-15 06:50:32 +00:00
Put #if 0 around unused function
This commit is contained in:
parent
d80915fab8
commit
84066d569c
@ -125,6 +125,7 @@ static void input_autoconfigure_joypad_add(
|
|||||||
RARCH_LOG("%s\n", msg);
|
RARCH_LOG("%s\n", msg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
static int input_autoconfigure_joypad_from_conf(
|
static int input_autoconfigure_joypad_from_conf(
|
||||||
config_file_t *conf, autoconfig_params_t *params)
|
config_file_t *conf, autoconfig_params_t *params)
|
||||||
{
|
{
|
||||||
@ -143,6 +144,7 @@ static int input_autoconfigure_joypad_from_conf(
|
|||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
static bool input_autoconfigure_joypad_from_conf_dir(
|
static bool input_autoconfigure_joypad_from_conf_dir(
|
||||||
autoconfig_params_t *params)
|
autoconfig_params_t *params)
|
||||||
|
Loading…
Reference in New Issue
Block a user