From 0f8fea71a66b1e01ee4398967db464393f478d42 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sat, 9 Jun 2012 00:24:38 -0400 Subject: [PATCH] Minor. Hide _hb_ot_layout_get_glyph_property() --- src/hb-ot-layout-private.hh | 4 ---- src/hb-ot-layout.cc | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/src/hb-ot-layout-private.hh b/src/hb-ot-layout-private.hh index f860e7b..366b061 100644 --- a/src/hb-ot-layout-private.hh +++ b/src/hb-ot-layout-private.hh @@ -51,10 +51,6 @@ typedef enum { } hb_ot_layout_glyph_class_t; -HB_INTERNAL unsigned int -_hb_ot_layout_get_glyph_property (hb_face_t *face, - hb_glyph_info_t *info); - HB_INTERNAL hb_bool_t _hb_ot_layout_check_glyph_property (hb_face_t *face, hb_glyph_info_t *ginfo, diff --git a/src/hb-ot-layout.cc b/src/hb-ot-layout.cc index 1cec8b4..da65cda 100644 --- a/src/hb-ot-layout.cc +++ b/src/hb-ot-layout.cc @@ -94,7 +94,7 @@ hb_ot_layout_has_glyph_classes (hb_face_t *face) return _get_gdef (face).has_glyph_classes (); } -unsigned int +static unsigned int _hb_ot_layout_get_glyph_property (hb_face_t *face, hb_glyph_info_t *info) { -- 2.7.4