[cff] minor, remove unused fields
This commit is contained in:
parent
9fe0dc3464
commit
05a25c1a5b
|
@ -385,8 +385,6 @@ struct cff1_path_param_t
|
||||||
void end_path () { draw_helper->end_path (); }
|
void end_path () { draw_helper->end_path (); }
|
||||||
|
|
||||||
hb_font_t *font;
|
hb_font_t *font;
|
||||||
const hb_draw_funcs_t *funcs;
|
|
||||||
void *user_data;
|
|
||||||
draw_helper_t *draw_helper;
|
draw_helper_t *draw_helper;
|
||||||
point_t *delta;
|
point_t *delta;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue