From f2a30bd605a57b99fce4b78e288c2ca62f7191ad Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 23 Sep 2010 10:27:08 -0400 Subject: [PATCH] Remove unimplemented method hb_font_get_funcs() Got to add a suitable replacement. --- src/hb-font.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/hb-font.h b/src/hb-font.h index 19247ef..6f1f3ca 100644 --- a/src/hb-font.h +++ b/src/hb-font.h @@ -174,9 +174,6 @@ hb_font_set_funcs (hb_font_t *font, hb_destroy_func_t destroy, void *user_data); -hb_font_funcs_t * -hb_font_get_funcs (hb_font_t *font); - /* * We should add support for full matrices. -- 2.7.4