mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-06 22:15:04 +00:00
[trak] Remove leftover
This commit is contained in:
parent
be287eab02
commit
f840480fde
1 changed files with 0 additions and 7 deletions
|
@ -349,13 +349,6 @@ hb_ot_shape_collect_features (hb_ot_shape_planner_t *planner,
|
|||
/* Random! */
|
||||
map->enable_feature (HB_TAG ('r','a','n','d'), F_RANDOM, HB_OT_MAP_MAX_VALUE);
|
||||
|
||||
#ifndef HB_NO_AAT_SHAPE
|
||||
/* Tracking. We enable dummy feature here just to allow disabling
|
||||
* AAT 'trak' table using features.
|
||||
* https://github.com/harfbuzz/harfbuzz/issues/1303 */
|
||||
map->enable_feature (HB_TAG ('t','r','a','k'), F_HAS_FALLBACK);
|
||||
#endif
|
||||
|
||||
map->enable_feature (HB_TAG ('H','a','r','f')); /* Considered required. */
|
||||
map->enable_feature (HB_TAG ('H','A','R','F')); /* Considered discretionary. */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue