summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2018-10-11 21:18:20 -0400
committerBehdad Esfahbod <behdad@behdad.org>2018-10-12 16:06:39 -0400
commit68c86af187ff645a1305ac3b64832f3bb2350519 (patch)
tree4315a395ef83c8ce26feb1dc3ca813f3e0b87d87
parentc55100000bc20d7c8319cfc54294215a923ffc25 (diff)
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.
-rw-r--r--src/hb-font.cc4
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 */