projects
/
platform
/
upstream
/
libHarfBuzzSharp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14b353c
)
Remove HB_DISALLOW_COPY_AND_ASSIGN from hb_ot_shape_planner_t
author
Behdad Esfahbod
<behdad@behdad.org>
Mon, 29 Oct 2018 22:58:44 +0000
(15:58 -0700)
committer
Behdad 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
patch
|
blob
|
history
diff --git
a/src/hb-ot-shape.hh
b/src/hb-ot-shape.hh
index
e7d6204
..
1cb9e24
100644
(file)
--- 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);
};