mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
Remove unused variable
This commit is contained in:
parent
ff06f20251
commit
a07c8cd551
@ -508,7 +508,6 @@ static void glui_layout(menu_handle_t *menu, glui_handle_t *glui)
|
|||||||
{
|
{
|
||||||
float scale_factor, glyph_width;
|
float scale_factor, glyph_width;
|
||||||
unsigned width, height;
|
unsigned width, height;
|
||||||
settings_t *settings = config_get_ptr();
|
|
||||||
video_driver_get_size(&width, &height);
|
video_driver_get_size(&width, &height);
|
||||||
|
|
||||||
/* Mobiles platforms may have very small display metrics coupled to a high
|
/* Mobiles platforms may have very small display metrics coupled to a high
|
||||||
|
Loading…
x
Reference in New Issue
Block a user