Remove HB_DISALLOW_COPY_AND_ASSIGN from hb_ot_shape_planner_t

It was arbitrary that this struct had it and not dozens of others.
This commit is contained in:
Behdad Esfahbod 2018-10-29 15:58:44 -07:00
parent 14b353c185
commit 5b563640b2
1 changed files with 0 additions and 3 deletions

View File

@ -102,9 +102,6 @@ struct hb_ot_shape_planner_t
HB_INTERNAL void compile (hb_ot_shape_plan_t &plan, HB_INTERNAL void compile (hb_ot_shape_plan_t &plan,
const int *coords, const int *coords,
unsigned int num_coords); unsigned int num_coords);
private:
HB_DISALLOW_COPY_AND_ASSIGN (hb_ot_shape_planner_t);
}; };