[cff] minor, remove unused fields

This commit is contained in:
Ebrahim Byagowi 2020-02-26 19:35:27 +03:30 committed by GitHub
parent 9fe0dc3464
commit 05a25c1a5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -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;