summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc')
-rw-r--r--chromium/third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc9
1 files changed, 1 insertions, 8 deletions
diff --git a/chromium/third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc b/chromium/third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc
index da687ed6467..6288a90c9a9 100644
--- a/chromium/third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc
+++ b/chromium/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,