This commit is contained in:
twinaphex 2015-12-07 16:14:36 +01:00
parent 6664bf2522
commit b7982d9662

View File

@ -232,10 +232,6 @@ static void mui_blit_line(float x, float y, unsigned width, unsigned height,
int font_size;
struct font_params params;
void *fb_buf = NULL;
menu_handle_t *menu = menu_driver_get_ptr();
if (!menu)
return;
menu_display_ctl(MENU_DISPLAY_CTL_FONT_SIZE, &font_size);