[face] Fix HB_LEAN build

This commit is contained in:
Behdad Esfahbod 2025-03-09 01:46:07 -07:00
parent 6b9d9f7259
commit 2ecc68c12f

View file

@ -325,7 +325,6 @@ hb_face_create_from_file_or_fail (const char *file_name,
return face;
}
#endif
static struct supported_face_loaders_t {
char name[9];
@ -452,6 +451,7 @@ hb_face_list_loaders ()
{
return static_face_loader_list.get_unconst ();
}
#endif
/**