summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/api/test-ot-math.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/api/test-ot-math.c b/test/api/test-ot-math.c
index 4bffcc04..668cc97e 100644
--- a/test/api/test-ot-math.c
+++ b/test/api/test-ot-math.c
@@ -319,10 +319,9 @@ get_glyph_assembly_italics_correction (hb_font_t *font,
hb_bool_t horizontal)
{
hb_position_t corr;
- unsigned int count = 0;
hb_ot_math_get_glyph_assembly (font, glyph,
horizontal ? HB_DIRECTION_LTR : HB_DIRECTION_TTB,
- 0, &count, NULL,
+ 0, NULL, NULL,
&corr);
return corr;
}