Minor
authorBehdad Esfahbod <behdad@behdad.org>
Tue, 17 Feb 2015 16:18:07 +0000 (19:18 +0300)
committerBehdad Esfahbod <behdad@behdad.org>
Wed, 25 Feb 2015 23:43:29 +0000 (15:43 -0800)
src/hb-ot-layout-gpos-table.hh

index 8ae4c83..ae89f7a 100644 (file)
@@ -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));
   }