[config] Remove remaining AAT context bits if HB_NO_OT_KERN

Part of https://github.com/harfbuzz/harfbuzz/issues/1652
This commit is contained in:
Behdad Esfahbod 2019-06-19 16:28:08 -07:00
parent 588697afd0
commit d2ff73b256
1 changed files with 4 additions and 2 deletions

View File

@ -43,8 +43,8 @@
* hb_aat_apply_context_t
*/
/* Note: This context is used for kerning, even without AAT, hence the code location
* before HB_NO_AAT conditional below. */
/* Note: This context is used for kerning, even without AAT, hence the condition. */
#if !defined(HB_NO_AAT) || !defined(HB_NO_OT_KERN)
AAT::hb_aat_apply_context_t::hb_aat_apply_context_t (const hb_ot_shape_plan_t *plan_,
hb_font_t *font_,
@ -72,6 +72,8 @@ void
AAT::hb_aat_apply_context_t::set_ankr_table (const AAT::ankr *ankr_table_)
{ ankr_table = ankr_table_; }
#endif
#ifndef HB_NO_AAT