[ot] Remove shaper name

In ten years we never used them...
This commit is contained in:
Behdad Esfahbod 2017-10-27 14:42:59 -06:00
parent 4a27c17ea0
commit 7036f1d22c
10 changed files with 0 additions and 12 deletions

View File

@ -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,

View File

@ -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 */

View File

@ -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,

View File

@ -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 */

View File

@ -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,

View File

@ -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 =
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 */

View File

@ -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.

View File

@ -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 */

View File

@ -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 */

View File

@ -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,