mirror of
https://github.com/libretro/RetroArch
synced 2025-03-19 16:21:30 +00:00
Get rid of unused variable
This commit is contained in:
parent
fcd4dce445
commit
f90ea7b065
@ -5105,7 +5105,6 @@ static void xmb_draw_fullscreen_thumbnails(
|
||||
};
|
||||
bool show_header = !string_is_empty(xmb->fullscreen_thumbnail_label);
|
||||
int header_height = show_header ? (int)((float)xmb->font_size * 1.2f) + (frame_width * 2) : 0;
|
||||
bool xmb_vertical_thumbnails = settings->bools.menu_xmb_vertical_thumbnails;
|
||||
bool menu_ticker_smooth = settings->bools.menu_ticker_smooth;
|
||||
enum gfx_animation_ticker_type
|
||||
menu_ticker_type = (enum gfx_animation_ticker_type)settings->uints.menu_ticker_type;
|
||||
|
Loading…
x
Reference in New Issue
Block a user