[ot] Remove shaper name

In ten years we never used them...
pull/592/head
Behdad Esfahbod 7 years ago
parent 4a27c17ea0
commit 7036f1d22c
  1. 1
      src/hb-ot-shape-complex-arabic.cc
  2. 1
      src/hb-ot-shape-complex-default.cc
  3. 1
      src/hb-ot-shape-complex-hangul.cc
  4. 1
      src/hb-ot-shape-complex-hebrew.cc
  5. 1
      src/hb-ot-shape-complex-indic.cc
  6. 2
      src/hb-ot-shape-complex-myanmar.cc
  7. 2
      src/hb-ot-shape-complex-private.hh
  8. 1
      src/hb-ot-shape-complex-thai.cc
  9. 1
      src/hb-ot-shape-complex-tibetan.cc
  10. 1
      src/hb-ot-shape-complex-use.cc

@ -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 =
{
"arabic",
collect_features_arabic,
nullptr, /* override_features */
data_create_arabic,

@ -29,7 +29,6 @@
const hb_ot_complex_shaper_t _hb_ot_complex_shaper_default =
{
"default",
nullptr, /* collect_features */
nullptr, /* override_features */
nullptr, /* data_create */

@ -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 =
{
"hangul",
collect_features_hangul,
override_features_hangul,
data_create_hangul,

@ -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 =
{
"hebrew",
nullptr, /* collect_features */
nullptr, /* override_features */
nullptr, /* data_create */

@ -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 =
{
"indic",
collect_features_indic,
override_features_indic,
data_create_indic,

@ -512,7 +512,6 @@ final_reordering (const hb_ot_shape_plan_t *plan,
* generic shaper, except that it zeros mark advances GDEF_LATE. */
const hb_ot_complex_shaper_t _hb_ot_complex_shaper_myanmar_old =
{
"default",
nullptr, /* collect_features */
nullptr, /* override_features */
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 =
{
"myanmar",
collect_features_myanmar,
override_features_myanmar,
nullptr, /* data_create */

@ -65,8 +65,6 @@ enum hb_ot_shape_zero_width_marks_type_t {
struct hb_ot_complex_shaper_t
{
char name[8];
/* collect_features()
* Called during shape_plan().
* 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,
const hb_ot_complex_shaper_t _hb_ot_complex_shaper_thai =
{
"thai",
nullptr, /* collect_features */
nullptr, /* override_features */
nullptr, /* data_create */

@ -46,7 +46,6 @@ collect_features_tibetan (hb_ot_shape_planner_t *plan)
const hb_ot_complex_shaper_t _hb_ot_complex_shaper_tibetan =
{
"default",
collect_features_tibetan,
nullptr, /* override_features */
nullptr, /* data_create */

@ -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 =
{
"use",
collect_features_use,
nullptr, /* override_features */
data_create_use,

Loading…
Cancel
Save