From a5629a2ed9c2e69f2b4ebb74d85fbe0b5ba2be67 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 27 Sep 2016 11:30:44 +0200 Subject: [PATCH] [MATH] Simplify test --- test/api/test-ot-math.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/api/test-ot-math.c b/test/api/test-ot-math.c index 4bffcc049..668cc97ec 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; }