[aat] Rely on vector auto initialization

pull/1351/head
Behdad Esfahbod 6 years ago
parent 5a18d97b35
commit f9353bd68c
  1. 10
      src/hb-aat-map.hh

@ -56,15 +56,7 @@ struct hb_aat_map_builder_t
HB_INTERNAL hb_aat_map_builder_t (hb_face_t *face_,
const hb_segment_properties_t *props_ HB_UNUSED) :
face (face_)
{
features.init ();
}
~hb_aat_map_builder_t (void)
{
features.fini ();
}
face (face_) {}
HB_INTERNAL void add_feature (hb_tag_t tag, unsigned int value=1);

Loading…
Cancel
Save