commit | f72f326aea6d1e93f63040730f7aecd401676c1c | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Tue Feb 17 19:18:07 2015 +0300 |
committer | Behdad Esfahbod <behdad@behdad.org> | Wed Feb 25 15:43:29 2015 -0800 |
tree | 83e67c9d6ae09fcb6a1987e7b22ab06893c81eb4 | |
parent | 8e36ccfd4f076888076ca176c055c18104af03b6 [diff] |
Minor
diff --git a/src/hb-ot-layout-gpos-table.hh b/src/hb-ot-layout-gpos-table.hh index 8ae4c83..ae89f7a 100644 --- a/src/hb-ot-layout-gpos-table.hh +++ b/src/hb-ot-layout-gpos-table.hh
@@ -1499,7 +1499,6 @@ 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)); }