mirror of
https://github.com/libretro/RetroArch
synced 2025-02-12 00:40:26 +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:
|
case RARCH_MENU_CTL_ITERATE:
|
||||||
{
|
{
|
||||||
bool retcode = false;
|
|
||||||
menu_ctx_iterate_t *iterate = (menu_ctx_iterate_t*)data;
|
menu_ctx_iterate_t *iterate = (menu_ctx_iterate_t*)data;
|
||||||
|
|
||||||
if (menu_driver_ctl(RARCH_MENU_CTL_IS_PENDING_QUICK_MENU, NULL))
|
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;
|
unsigned i;
|
||||||
union string_list_elem_attr attr;
|
union string_list_elem_attr attr;
|
||||||
global_t *global = global_get_ptr();
|
global_t *global = global_get_ptr();
|
||||||
settings_t *settings = config_get_ptr();
|
|
||||||
|
|
||||||
/* First content file is the significant one. */
|
/* First content file is the significant one. */
|
||||||
retroarch_set_basename(argv[0]);
|
retroarch_set_basename(argv[0]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user