(Menu) Get rid of unused variabes

This commit is contained in:
Twinaphex 2015-06-07 16:07:03 +02:00
parent c9741e2e3b
commit c591a78c75
2 changed files with 0 additions and 2 deletions

View File

@ -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;

View File

@ -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;