This commit is contained in:
Qunxin Liu 2023-05-04 13:19:12 -07:00 committed by Garret Rieger
parent efc77dc68f
commit f3a3c3b29d

View file

@ -57,7 +57,6 @@ enum
// Reserved = 0xFFFC /* Reserved for future use — set to zero. */
};
#ifndef HB_NO_VAR
static bool axis_value_is_outside_axis_range (hb_tag_t axis_tag, float axis_value,
const hb_hashmap_t<hb_tag_t, Triple> *user_axes_location)
{
@ -70,7 +69,6 @@ static bool axis_value_is_outside_axis_range (hb_tag_t axis_tag, float axis_valu
return false;
}
#endif
struct StatAxisRecord
{