From 36855efb6383125eee3facee7ba8545fc607351f Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Sat, 12 Sep 2015 05:30:21 +0200 Subject: [PATCH] Remove unused variables --- menu/cbs/menu_cbs_ok.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/menu/cbs/menu_cbs_ok.c b/menu/cbs/menu_cbs_ok.c index 5b8878bc73..b9949c3b95 100644 --- a/menu/cbs/menu_cbs_ok.c +++ b/menu/cbs/menu_cbs_ok.c @@ -860,7 +860,6 @@ static int generic_action_ok_file_load(const char *path, { char new_path[PATH_MAX_LENGTH]; const char *menu_path = NULL; - global_t *global = global_get_ptr(); menu_list_t *menu_list = menu_list_get_ptr(); (void)id; @@ -911,7 +910,6 @@ static int action_ok_file_load(const char *path, const char *menu_label = NULL; const char *menu_path = NULL; rarch_setting_t *setting = NULL; - global_t *global = global_get_ptr(); menu_handle_t *menu = menu_driver_get_ptr(); menu_list_t *menu_list = menu_list_get_ptr();