Skip to content

Commit

Permalink
Merge pull request libretro#7939 from alfrix/master
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed Jan 8, 2019
2 parents 3e5237e + 628fc8a commit 1673c73
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions menu/drivers/xmb.c
Original file line number Diff line number Diff line change
Expand Up @@ -4922,16 +4922,6 @@ static void xmb_context_reset_textures(
case XMB_TEXTURE_DEFAULT_CONTENT:
goto error;
}
/* Draw Setting icon if the entry has submenus, (aesthetic improvement for incomplete themes) */
if (xmb->depth > 0)
{
if (
!menu_display_reset_textures_list(xmb_texture_path(XMB_TEXTURE_SETTING), iconpath, &xmb->textures.list[i], TEXTURE_FILTER_MIPMAP_LINEAR)
)
/* If there is no setting icon draw subsetting, (already checked that this is valid) */
menu_display_reset_textures_list(xmb_texture_path(XMB_TEXTURE_SUBSETTING), iconpath, &xmb->textures.list[i], TEXTURE_FILTER_MIPMAP_LINEAR);
}

}
}
}
Expand Down

0 comments on commit 1673c73

Please sign in to comment.