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:
pstef 2025-03-27 19:57:48 +00:00
parent 3bf6635ec6
commit 2daad9f89f
1 changed files with 0 additions and 3 deletions

View File

@ -7503,9 +7503,6 @@ static int action_ok_push_dropdown_item_input_retropad_bind(const char *path,
{
rarch_setting_t *setting;
enum msg_hash_enums enum_idx;
retro_ctx_controller_info_t pad;
unsigned port = 0;
unsigned device = 0;
const char *menu_path = NULL;
menu_entries_get_last_stack(&menu_path, NULL, NULL, NULL, NULL);