From 5b563640b2df5b100130c9901b666713b2e1767e Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 29 Oct 2018 15:58:44 -0700 Subject: [PATCH] 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. --- src/hb-ot-shape.hh | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/hb-ot-shape.hh b/src/hb-ot-shape.hh index e7d6204a8..1cb9e24d7 100644 --- a/src/hb-ot-shape.hh +++ b/src/hb-ot-shape.hh @@ -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); };