From 6bfbe1dc6d775d4014262149bd97355ecc99acee Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 1 Feb 2015 14:58:33 +0100 Subject: [PATCH] Get rid of unused variables --- menu/drivers/glui.c | 1 - menu/drivers/rgui.c | 1 - 2 files changed, 2 deletions(-) diff --git a/menu/drivers/glui.c b/menu/drivers/glui.c index 9d37000fee..53ac935151 100644 --- a/menu/drivers/glui.c +++ b/menu/drivers/glui.c @@ -385,7 +385,6 @@ static void glui_frame(void) const char *path = NULL, *entry_label = NULL; unsigned type = 0, w = 0; bool selected = false; - rarch_setting_t *setting = NULL; menu_file_list_cbs_t *cbs = NULL; menu_list_get_at_offset(driver.menu->menu_list->selection_buf, i, &path, diff --git a/menu/drivers/rgui.c b/menu/drivers/rgui.c index 5e1584e8b3..3f7c1ae57f 100644 --- a/menu/drivers/rgui.c +++ b/menu/drivers/rgui.c @@ -446,7 +446,6 @@ static void rgui_render(void) const char *path = NULL, *entry_label = NULL; unsigned type = 0, w = 0; bool selected = false; - rarch_setting_t *setting = NULL; menu_file_list_cbs_t *cbs = NULL; menu_list_get_at_offset(driver.menu->menu_list->selection_buf, i, &path,