mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +00:00
Get rid of unused variables
This commit is contained in:
parent
34bbfd3366
commit
6bfbe1dc6d
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user