Remove unused variable

This commit is contained in:
twinaphex 2015-07-07 20:13:22 +02:00
parent ff06f20251
commit a07c8cd551

View File

@ -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