From 628fc8a690a2b82e19208ca6c791994c1db8cc94 Mon Sep 17 00:00:00 2001 From: Alfredo Monclus Date: Tue, 8 Jan 2019 07:52:17 -0300 Subject: [PATCH] Fix #7934 --- menu/drivers/xmb.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/menu/drivers/xmb.c b/menu/drivers/xmb.c index e57d94c20d..53751b1db4 100644 --- a/menu/drivers/xmb.c +++ b/menu/drivers/xmb.c @@ -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); - } - } } }