Remove unused variables
They were never used and seem to have been copied from action_ok_push_dropdown_item_input_device_type().
This commit is contained in:
parent
3bf6635ec6
commit
2daad9f89f
|
@ -7503,9 +7503,6 @@ static int action_ok_push_dropdown_item_input_retropad_bind(const char *path,
|
||||||
{
|
{
|
||||||
rarch_setting_t *setting;
|
rarch_setting_t *setting;
|
||||||
enum msg_hash_enums enum_idx;
|
enum msg_hash_enums enum_idx;
|
||||||
retro_ctx_controller_info_t pad;
|
|
||||||
unsigned port = 0;
|
|
||||||
unsigned device = 0;
|
|
||||||
|
|
||||||
const char *menu_path = NULL;
|
const char *menu_path = NULL;
|
||||||
menu_entries_get_last_stack(&menu_path, NULL, NULL, NULL, NULL);
|
menu_entries_get_last_stack(&menu_path, NULL, NULL, NULL, NULL);
|
||||||
|
|
Loading…
Reference in New Issue