[khmer] Remove rphf feature

This commit is contained in:
Behdad Esfahbod 2018-01-05 16:08:44 +00:00
parent 238b90e77c
commit 92a99ce084
1 changed files with 0 additions and 2 deletions

View File

@ -372,7 +372,6 @@ struct khmer_shape_plan_t
mutable hb_codepoint_t virama_glyph;
would_substitute_feature_t rphf;
would_substitute_feature_t pref;
hb_mask_t mask_array[INDIC_NUM_FEATURES];
@ -387,7 +386,6 @@ data_create_khmer (const hb_ot_shape_plan_t *plan)
khmer_plan->virama_glyph = (hb_codepoint_t) -1;
khmer_plan->rphf.init (&plan->map, HB_TAG('r','p','h','f'), true);
khmer_plan->pref.init (&plan->map, HB_TAG('p','r','e','f'), true);
for (unsigned int i = 0; i < ARRAY_LENGTH (khmer_plan->mask_array); i++)