Remove some unused variables

This commit is contained in:
twinaphex 2015-09-24 14:21:07 +02:00
parent 8d87a1329b
commit eab10e7929
2 changed files with 0 additions and 2 deletions

View File

@ -404,7 +404,6 @@ static int menu_displaylist_parse_core_info(menu_displaylist_info_t *info)
static int menu_displaylist_parse_debug_info(menu_displaylist_info_t *info)
{
char tmp[PATH_MAX_LENGTH] = {0};
char tmp2[PATH_MAX_LENGTH] = {0};
settings_t *settings = config_get_ptr();
global_t *global = global_get_ptr();

View File

@ -424,7 +424,6 @@ int menu_iterate(bool render_this_frame, unsigned action)
uint32_t hash = 0;
menu_handle_t *menu = menu_driver_get_ptr();
menu_navigation_t *nav = menu_navigation_get_ptr();
menu_display_t *disp = menu_display_get_ptr();
menu_list_t *menu_list = menu_list_get_ptr();
if (render_this_frame)