mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
(Menu) Get rid of some unused variables
This commit is contained in:
parent
6ef6823081
commit
3942023446
@ -135,7 +135,6 @@ bool menu_load_content(enum rarch_core_type type)
|
||||
void menu_common_push_content_settings(void)
|
||||
{
|
||||
menu_list_t *menu_list = menu_list_get_ptr();
|
||||
menu_navigation_t *nav = menu_navigation_get_ptr();
|
||||
menu_displaylist_info_t info = {0};
|
||||
|
||||
if (!menu_list)
|
||||
|
@ -1504,7 +1504,6 @@ static int menu_displaylist_parse_load_content_settings(menu_displaylist_info_t
|
||||
static int menu_displaylist_parse_information_list(menu_displaylist_info_t *info)
|
||||
{
|
||||
global_t *global = global_get_ptr();
|
||||
settings_t *settings = config_get_ptr();
|
||||
|
||||
menu_list_push(info->list,
|
||||
menu_hash_to_str(MENU_LABEL_VALUE_CORE_INFORMATION),
|
||||
@ -1579,8 +1578,6 @@ static int menu_displaylist_parse_load_content_list(menu_displaylist_info_t *inf
|
||||
|
||||
static int menu_displaylist_parse_options(menu_displaylist_info_t *info)
|
||||
{
|
||||
global_t *global = global_get_ptr();
|
||||
|
||||
#ifdef HAVE_SHADER_MANAGER
|
||||
menu_list_push(info->list,
|
||||
menu_hash_to_str(MENU_LABEL_VALUE_SHADER_OPTIONS),
|
||||
|
Loading…
x
Reference in New Issue
Block a user