summaryrefslogtreecommitdiff
path: root/src/hb-ft.c
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2010-04-29 13:56:44 -0400
committerBehdad Esfahbod <behdad@behdad.org>2010-04-29 13:56:44 -0400
commit33d13fdda99acaeffa9600737e8870278d053ebe (patch)
tree6883d9684ee4fdf83089f4c1987f5df1932d70c5 /src/hb-ft.c
parent7d3a126334f8e6f6441561c1bb592bd3fa7a2c5c (diff)
Rename HB_GNUC_UNUSED -> HB_UNUSED
Diffstat (limited to 'src/hb-ft.c')
-rw-r--r--src/hb-ft.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/hb-ft.c b/src/hb-ft.c
index 3e91eff..2174da5 100644
--- a/src/hb-ft.c
+++ b/src/hb-ft.c
@@ -34,8 +34,8 @@
#include FT_TRUETYPE_TABLES_H
static hb_codepoint_t
-hb_ft_get_glyph (hb_font_t *font HB_GNUC_UNUSED,
- hb_face_t *face HB_GNUC_UNUSED,
+hb_ft_get_glyph (hb_font_t *font HB_UNUSED,
+ hb_face_t *face HB_UNUSED,
const void *user_data,
hb_codepoint_t unicode,
hb_codepoint_t variation_selector)
@@ -54,8 +54,8 @@ hb_ft_get_glyph (hb_font_t *font HB_GNUC_UNUSED,
}
static hb_bool_t
-hb_ft_get_contour_point (hb_font_t *font HB_GNUC_UNUSED,
- hb_face_t *face HB_GNUC_UNUSED,
+hb_ft_get_contour_point (hb_font_t *font HB_UNUSED,
+ hb_face_t *face HB_UNUSED,
const void *user_data,
unsigned int point_index,
hb_codepoint_t glyph,
@@ -83,8 +83,8 @@ hb_ft_get_contour_point (hb_font_t *font HB_GNUC_UNUSED,
}
static void
-hb_ft_get_glyph_metrics (hb_font_t *font HB_GNUC_UNUSED,
- hb_face_t *face HB_GNUC_UNUSED,
+hb_ft_get_glyph_metrics (hb_font_t *font HB_UNUSED,
+ hb_face_t *face HB_UNUSED,
const void *user_data,
hb_codepoint_t glyph,
hb_glyph_metrics_t *metrics)
@@ -110,8 +110,8 @@ hb_ft_get_glyph_metrics (hb_font_t *font HB_GNUC_UNUSED,
}
static hb_position_t
-hb_ft_get_kerning (hb_font_t *font HB_GNUC_UNUSED,
- hb_face_t *face HB_GNUC_UNUSED,
+hb_ft_get_kerning (hb_font_t *font HB_UNUSED,
+ hb_face_t *face HB_UNUSED,
const void *user_data,
hb_codepoint_t first_glyph,
hb_codepoint_t second_glyph)