mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-15 01:18:13 +00:00
Hide unused member
This commit is contained in:
parent
99043f204d
commit
4e75dfae84
1 changed files with 3 additions and 1 deletions
|
@ -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];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue