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:
parent
14b353c185
commit
5b563640b2
|
@ -102,9 +102,6 @@ struct hb_ot_shape_planner_t
|
|||
HB_INTERNAL void compile (hb_ot_shape_plan_t &plan,
|
||||
const int *coords,
|
||||
unsigned int num_coords);
|
||||
|
||||
private:
|
||||
HB_DISALLOW_COPY_AND_ASSIGN (hb_ot_shape_planner_t);
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue