From f72f326aea6d1e93f63040730f7aecd401676c1c Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 17 Feb 2015 19:18:07 +0300 Subject: [PATCH] Minor --- src/hb-ot-layout-gpos-table.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hb-ot-layout-gpos-table.hh b/src/hb-ot-layout-gpos-table.hh index 8ae4c8319..ae89f7adc 100644 --- a/src/hb-ot-layout-gpos-table.hh +++ b/src/hb-ot-layout-gpos-table.hh @@ -1499,7 +1499,6 @@ struct PosLookup : Lookup inline hb_collect_glyphs_context_t::return_t collect_glyphs (hb_collect_glyphs_context_t *c) const { TRACE_COLLECT_GLYPHS (this); - c->set_recurse_func (NULL); return TRACE_RETURN (dispatch (c)); }