summaryrefslogtreecommitdiff
path: root/pango/pango-ot-info.c
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2010-01-26 12:58:01 -0500
committerBehdad Esfahbod <behdad@behdad.org>2010-01-26 12:58:01 -0500
commitc7460fc1b71a491a1b33c19ba0d4cd3b8353c7cb (patch)
tree89fa6aa7281e84c60f1eb866c6369743a40a75e3 /pango/pango-ot-info.c
parent797d46714d27f147277fdd5346648d838c68fb8c (diff)
downloadpango-c7460fc1b71a491a1b33c19ba0d4cd3b8353c7cb.tar.gz
[HB] Remove unused argument
Diffstat (limited to 'pango/pango-ot-info.c')
-rw-r--r--pango/pango-ot-info.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/pango/pango-ot-info.c b/pango/pango-ot-info.c
index 167f553c..bd25fcae 100644
--- a/pango/pango-ot-info.c
+++ b/pango/pango-ot-info.c
@@ -301,8 +301,7 @@ synthesize_class_def (PangoOTInfo *info)
g_array_free (glyph_infos, TRUE);
- hb_ot_layout_build_glyph_classes (info->hb_face, info->face->num_glyphs,
- glyph_indices, classes, j);
+ hb_ot_layout_build_glyph_classes (info->hb_face, glyph_indices, classes, j);
g_free (glyph_indices);
g_free (classes);