diff options
-rw-r--r-- | src/hb-font.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/hb-font.cc b/src/hb-font.cc index fd0e097a..c9656cee 100644 --- a/src/hb-font.cc +++ b/src/hb-font.cc @@ -1910,8 +1910,6 @@ hb_font_get_var_coords_normalized (hb_font_t *font, } -#ifndef HB_DISABLE_DEPRECATED - /* * Deprecated get_glyph_func(): */ @@ -2034,5 +2032,3 @@ hb_font_funcs_set_glyph_func (hb_font_funcs_t *ffuncs, trampoline, trampoline_destroy); } - -#endif /* HB_DISABLE_DEPRECATED */ |