mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
Get rid of some spurious code in XMB - catched by Clang
This commit is contained in:
parent
50edd0d467
commit
f00a75ec84
@ -3265,11 +3265,6 @@ static void xmb_frame(void *data, video_frame_info_t *video_info)
|
|||||||
(xmb->icon_size * (!(xmb->depth == 1)? 2.1 : 1))) /
|
(xmb->icon_size * (!(xmb->depth == 1)? 2.1 : 1))) /
|
||||||
left_thumb_height);
|
left_thumb_height);
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
left_thumb_width = left_thumb_width;
|
|
||||||
left_thumb_height = left_thumb_height;
|
|
||||||
}
|
|
||||||
|
|
||||||
xmb_draw_thumbnail(video_info,
|
xmb_draw_thumbnail(video_info,
|
||||||
xmb, &coord_white[0], width, height,
|
xmb, &coord_white[0], width, height,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user