From 271c8f89075607c689938b4f5e60323d9a1acd70 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 13 Jul 2012 09:32:30 -0400 Subject: [PATCH] Minor --- src/hb-ft.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hb-ft.cc b/src/hb-ft.cc index 90937ca15..371726919 100644 --- a/src/hb-ft.cc +++ b/src/hb-ft.cc @@ -233,7 +233,7 @@ hb_ft_get_glyph_contour_point (hb_font_t *font HB_UNUSED, } static hb_bool_t -hb_ft_get_glyph_name (hb_font_t *font, +hb_ft_get_glyph_name (hb_font_t *font HB_UNUSED, void *font_data, hb_codepoint_t glyph, char *name, unsigned int size, @@ -249,7 +249,7 @@ hb_ft_get_glyph_name (hb_font_t *font, } static hb_bool_t -hb_ft_get_glyph_from_name (hb_font_t *font, +hb_ft_get_glyph_from_name (hb_font_t *font HB_UNUSED, void *font_data, const char *name, int len, /* -1 means nul-terminated */ hb_codepoint_t *glyph,