mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 03:40:24 +00:00
Remove unused variables
This commit is contained in:
parent
016983c9eb
commit
88cc0ce8bb
@ -809,7 +809,6 @@ bool menu_driver_ctl(enum rarch_menu_ctl_state state, void *data)
|
||||
}
|
||||
case RARCH_MENU_CTL_ITERATE:
|
||||
{
|
||||
bool retcode = false;
|
||||
menu_ctx_iterate_t *iterate = (menu_ctx_iterate_t*)data;
|
||||
|
||||
if (menu_driver_ctl(RARCH_MENU_CTL_IS_PENDING_QUICK_MENU, NULL))
|
||||
|
@ -375,7 +375,6 @@ static void retroarch_set_special_paths(char **argv, unsigned num_content)
|
||||
unsigned i;
|
||||
union string_list_elem_attr attr;
|
||||
global_t *global = global_get_ptr();
|
||||
settings_t *settings = config_get_ptr();
|
||||
|
||||
/* First content file is the significant one. */
|
||||
retroarch_set_basename(argv[0]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user