提交 7036f1d2 编写于 作者: B Behdad Esfahbod

[ot] Remove shaper name

In ten years we never used them...
上级 4a27c17e
...@@ -689,7 +689,6 @@ reorder_marks_arabic (const hb_ot_shape_plan_t *plan, ...@@ -689,7 +689,6 @@ reorder_marks_arabic (const hb_ot_shape_plan_t *plan,
const hb_ot_complex_shaper_t _hb_ot_complex_shaper_arabic = const hb_ot_complex_shaper_t _hb_ot_complex_shaper_arabic =
{ {
"arabic",
collect_features_arabic, collect_features_arabic,
nullptr, /* override_features */ nullptr, /* override_features */
data_create_arabic, data_create_arabic,
......
...@@ -29,7 +29,6 @@ ...@@ -29,7 +29,6 @@
const hb_ot_complex_shaper_t _hb_ot_complex_shaper_default = const hb_ot_complex_shaper_t _hb_ot_complex_shaper_default =
{ {
"default",
nullptr, /* collect_features */ nullptr, /* collect_features */
nullptr, /* override_features */ nullptr, /* override_features */
nullptr, /* data_create */ nullptr, /* data_create */
......
...@@ -414,7 +414,6 @@ setup_masks_hangul (const hb_ot_shape_plan_t *plan, ...@@ -414,7 +414,6 @@ setup_masks_hangul (const hb_ot_shape_plan_t *plan,
const hb_ot_complex_shaper_t _hb_ot_complex_shaper_hangul = const hb_ot_complex_shaper_t _hb_ot_complex_shaper_hangul =
{ {
"hangul",
collect_features_hangul, collect_features_hangul,
override_features_hangul, override_features_hangul,
data_create_hangul, data_create_hangul,
......
...@@ -169,7 +169,6 @@ disable_otl_hebrew (const hb_ot_shape_plan_t *plan) ...@@ -169,7 +169,6 @@ disable_otl_hebrew (const hb_ot_shape_plan_t *plan)
const hb_ot_complex_shaper_t _hb_ot_complex_shaper_hebrew = const hb_ot_complex_shaper_t _hb_ot_complex_shaper_hebrew =
{ {
"hebrew",
nullptr, /* collect_features */ nullptr, /* collect_features */
nullptr, /* override_features */ nullptr, /* override_features */
nullptr, /* data_create */ nullptr, /* data_create */
......
...@@ -1843,7 +1843,6 @@ compose_indic (const hb_ot_shape_normalize_context_t *c, ...@@ -1843,7 +1843,6 @@ compose_indic (const hb_ot_shape_normalize_context_t *c,
const hb_ot_complex_shaper_t _hb_ot_complex_shaper_indic = const hb_ot_complex_shaper_t _hb_ot_complex_shaper_indic =
{ {
"indic",
collect_features_indic, collect_features_indic,
override_features_indic, override_features_indic,
data_create_indic, data_create_indic,
......
...@@ -512,7 +512,6 @@ final_reordering (const hb_ot_shape_plan_t *plan, ...@@ -512,7 +512,6 @@ final_reordering (const hb_ot_shape_plan_t *plan,
* generic shaper, except that it zeros mark advances GDEF_LATE. */ * generic shaper, except that it zeros mark advances GDEF_LATE. */
const hb_ot_complex_shaper_t _hb_ot_complex_shaper_myanmar_old = const hb_ot_complex_shaper_t _hb_ot_complex_shaper_myanmar_old =
{ {
"default",
nullptr, /* collect_features */ nullptr, /* collect_features */
nullptr, /* override_features */ nullptr, /* override_features */
nullptr, /* data_create */ nullptr, /* data_create */
...@@ -531,7 +530,6 @@ const hb_ot_complex_shaper_t _hb_ot_complex_shaper_myanmar_old = ...@@ -531,7 +530,6 @@ const hb_ot_complex_shaper_t _hb_ot_complex_shaper_myanmar_old =
const hb_ot_complex_shaper_t _hb_ot_complex_shaper_myanmar = const hb_ot_complex_shaper_t _hb_ot_complex_shaper_myanmar =
{ {
"myanmar",
collect_features_myanmar, collect_features_myanmar,
override_features_myanmar, override_features_myanmar,
nullptr, /* data_create */ nullptr, /* data_create */
......
...@@ -65,8 +65,6 @@ enum hb_ot_shape_zero_width_marks_type_t { ...@@ -65,8 +65,6 @@ enum hb_ot_shape_zero_width_marks_type_t {
struct hb_ot_complex_shaper_t struct hb_ot_complex_shaper_t
{ {
char name[8];
/* collect_features() /* collect_features()
* Called during shape_plan(). * Called during shape_plan().
* Shapers should use plan->map to add their features and callbacks. * Shapers should use plan->map to add their features and callbacks.
......
...@@ -366,7 +366,6 @@ preprocess_text_thai (const hb_ot_shape_plan_t *plan, ...@@ -366,7 +366,6 @@ preprocess_text_thai (const hb_ot_shape_plan_t *plan,
const hb_ot_complex_shaper_t _hb_ot_complex_shaper_thai = const hb_ot_complex_shaper_t _hb_ot_complex_shaper_thai =
{ {
"thai",
nullptr, /* collect_features */ nullptr, /* collect_features */
nullptr, /* override_features */ nullptr, /* override_features */
nullptr, /* data_create */ nullptr, /* data_create */
......
...@@ -46,7 +46,6 @@ collect_features_tibetan (hb_ot_shape_planner_t *plan) ...@@ -46,7 +46,6 @@ collect_features_tibetan (hb_ot_shape_planner_t *plan)
const hb_ot_complex_shaper_t _hb_ot_complex_shaper_tibetan = const hb_ot_complex_shaper_t _hb_ot_complex_shaper_tibetan =
{ {
"default",
collect_features_tibetan, collect_features_tibetan,
nullptr, /* override_features */ nullptr, /* override_features */
nullptr, /* data_create */ nullptr, /* data_create */
......
...@@ -595,7 +595,6 @@ compose_use (const hb_ot_shape_normalize_context_t *c, ...@@ -595,7 +595,6 @@ compose_use (const hb_ot_shape_normalize_context_t *c,
const hb_ot_complex_shaper_t _hb_ot_complex_shaper_use = const hb_ot_complex_shaper_t _hb_ot_complex_shaper_use =
{ {
"use",
collect_features_use, collect_features_use,
nullptr, /* override_features */ nullptr, /* override_features */
data_create_use, data_create_use,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册