From 2daad9f89f3ce3d921d463e6ddc03ff388d12bbc Mon Sep 17 00:00:00 2001 From: pstef <3462925+pstef@users.noreply.github.com> Date: Thu, 27 Mar 2025 19:57:48 +0000 Subject: [PATCH] Remove unused variables They were never used and seem to have been copied from action_ok_push_dropdown_item_input_device_type(). --- menu/cbs/menu_cbs_ok.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/menu/cbs/menu_cbs_ok.c b/menu/cbs/menu_cbs_ok.c index ea37e97c69..153fe136b2 100644 --- a/menu/cbs/menu_cbs_ok.c +++ b/menu/cbs/menu_cbs_ok.c @@ -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);