[coretext] Remove unused variable
This commit is contained in:
parent
4148487556
commit
3ff713ab80
|
@ -511,7 +511,6 @@ _hb_coretext_shape (hb_shape_plan_t *shape_plan,
|
||||||
buffer->merge_clusters (i - 1, i + 1);
|
buffer->merge_clusters (i - 1, i + 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
hb_vector_t<feature_record_t> feature_records;
|
|
||||||
hb_vector_t<range_record_t> range_records;
|
hb_vector_t<range_record_t> range_records;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue