Index: third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc |
diff --git a/third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc b/third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc |
index da687ed6467ce627a2d642e3a71e2e17497de192..6288a90c9a9b1828b908b9b743bb7d24c7f3f15e 100644 |
--- a/third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc |
+++ b/third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc |
@@ -360,13 +360,6 @@ final_reordering (const hb_ot_shape_plan_t *plan, |
} |
-static hb_ot_shape_normalization_mode_t |
-normalization_preference_sea (const hb_segment_properties_t *props HB_UNUSED) |
-{ |
- return HB_OT_SHAPE_NORMALIZATION_MODE_COMPOSED_DIACRITICS_NO_SHORT_CIRCUIT; |
-} |
- |
- |
const hb_ot_complex_shaper_t _hb_ot_complex_shaper_sea = |
{ |
"sea", |
@@ -375,7 +368,7 @@ const hb_ot_complex_shaper_t _hb_ot_complex_shaper_sea = |
NULL, /* data_create */ |
NULL, /* data_destroy */ |
NULL, /* preprocess_text */ |
- normalization_preference_sea, |
+ HB_OT_SHAPE_NORMALIZATION_MODE_COMPOSED_DIACRITICS_NO_SHORT_CIRCUIT, |
NULL, /* decompose */ |
NULL, /* compose */ |
setup_masks_sea, |