mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
(Menu) Get rid of unused variabes
This commit is contained in:
parent
c9741e2e3b
commit
c591a78c75
@ -134,7 +134,6 @@ static int action_left_mainmenu(unsigned type, const char *label,
|
||||
{
|
||||
menu_file_list_cbs_t *cbs = NULL;
|
||||
unsigned push_list = 0;
|
||||
driver_t *driver = driver_get_ptr();
|
||||
menu_list_t *menu_list = menu_list_get_ptr();
|
||||
menu_handle_t *menu = menu_driver_get_ptr();
|
||||
unsigned action = MENU_ACTION_LEFT;
|
||||
|
@ -142,7 +142,6 @@ static int action_right_mainmenu(unsigned type, const char *label,
|
||||
{
|
||||
menu_file_list_cbs_t *cbs = NULL;
|
||||
unsigned push_list = 0;
|
||||
driver_t *driver = driver_get_ptr();
|
||||
menu_list_t *menu_list = menu_list_get_ptr();
|
||||
menu_handle_t *menu = menu_driver_get_ptr();
|
||||
unsigned action = MENU_ACTION_RIGHT;
|
||||
|
Loading…
x
Reference in New Issue
Block a user