Get rid of unused variables

This commit is contained in:
twinaphex 2015-02-01 14:58:33 +01:00
parent 34bbfd3366
commit 6bfbe1dc6d
2 changed files with 0 additions and 2 deletions

View File

@ -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,

View File

@ -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,