Remove font_clear_list

This commit is contained in:
fvanroie 2022-05-03 17:48:35 +02:00
parent ca9df5aaf3
commit a9859e7338

View File

@ -612,7 +612,6 @@ IRAM_ATTR void haspLoop(void)
void hasp_init(void)
{
haspPages.init(haspStartPage); // StartPage is used for the BACK action
font_clear_list(); // free TTF resources
}
void hasp_load_json(void)