[subset] Remove hb_subset_input_get/set_overlaps_flag ().
This commit is contained in:
parent
7d82191f61
commit
aba2e13141
|
@ -93,7 +93,6 @@ hb_subset_input_set_flag (hb_subset_input_t *input,
|
|||
|
||||
// TODO(garretrieger): remove bool property get/set methods.
|
||||
|
||||
|
||||
HB_EXTERN void
|
||||
hb_subset_input_set_overlaps_flag (hb_subset_input_t *subset_input,
|
||||
hb_bool_t overlaps_flag);
|
||||
|
|
|
@ -92,7 +92,7 @@ test_subset_glyf_set_overlaps_flag (void)
|
|||
hb_set_add (codepoints, 508);
|
||||
|
||||
hb_subset_input_t* input = hb_subset_test_create_input (codepoints);
|
||||
hb_subset_input_set_overlaps_flag (input, true);
|
||||
hb_subset_input_set_flag (input, HB_SUBSET_FLAG_SET_OVERLAPS_FLAG, true);
|
||||
face_abcAE_subset = hb_subset_test_create_subset (face_abcAE, input);
|
||||
hb_set_destroy (codepoints);
|
||||
|
||||
|
|
Loading…
Reference in New Issue