Hide unused member

This commit is contained in:
Behdad Esfahbod 2025-02-05 23:57:37 +00:00
parent 99043f204d
commit 4e75dfae84

View file

@ -4516,11 +4516,13 @@ struct hb_ot_layout_lookup_accelerator_t
hb_set_digest_t digest;
#ifndef HB_NO_OT_LAYOUT_LOOKUP_CACHE
public:
void *cache = nullptr;
private:
#ifndef HB_NO_OT_LAYOUT_LOOKUP_CACHE
unsigned cache_user_idx = (unsigned) -1;
#endif
private:
hb_accelerate_subtables_context_t::hb_applicable_t subtables[HB_VAR_ARRAY];
};