summaryrefslogtreecommitdiff
path: root/src/hb-ot-shape-complex-khmer.cc
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2018-01-05 16:08:44 +0000
committerBehdad Esfahbod <behdad@behdad.org>2018-01-05 16:08:44 +0000
commit92a99ce084b19dff32d434de446144f0c4796803 (patch)
treec106634442330ff59dab2b113e57ba929c549ddf /src/hb-ot-shape-complex-khmer.cc
parent238b90e77c12674edfd2e03160b8ba2a0298b79d (diff)
[khmer] Remove rphf feature
Diffstat (limited to 'src/hb-ot-shape-complex-khmer.cc')
-rw-r--r--src/hb-ot-shape-complex-khmer.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/hb-ot-shape-complex-khmer.cc b/src/hb-ot-shape-complex-khmer.cc
index 3fbe74c4..262e394b 100644
--- a/src/hb-ot-shape-complex-khmer.cc
+++ b/src/hb-ot-shape-complex-khmer.cc
@@ -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++)