From 68c86af187ff645a1305ac3b64832f3bb2350519 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 11 Oct 2018 21:18:20 -0400 Subject: [PATCH] Always compile deprecated symbols We haven't been keeping this updated. So, while we don't expose the symbols in the headers if HB_DISABLE_DEPRECATED is defined, we still always build them. --- src/hb-font.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/hb-font.cc b/src/hb-font.cc index fd0e097a8..c9656cee7 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 */