Remove HB_DISALLOW_COPY_AND_ASSIGN from hb_ot_shape_planner_t
authorBehdad Esfahbod <behdad@behdad.org>
Mon, 29 Oct 2018 22:58:44 +0000 (15:58 -0700)
committerBehdad Esfahbod <behdad@behdad.org>
Mon, 29 Oct 2018 22:58:44 +0000 (15:58 -0700)
It was arbitrary that this struct had it and not dozens of others.

src/hb-ot-shape.hh

index e7d6204..1cb9e24 100644 (file)
@@ -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);
 };