From ee16b9d8d35af1e74369edf7b733886c4b743a68 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 12 Jan 2018 11:28:09 +0100 Subject: [PATCH] Revert accidental morx enablement --- src/hb-ot-shape.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hb-ot-shape.cc b/src/hb-ot-shape.cc index fb8369d51..64e118a75 100644 --- a/src/hb-ot-shape.cc +++ b/src/hb-ot-shape.cc @@ -619,8 +619,8 @@ hb_ot_substitute_complex (hb_ot_shape_context_t *c) c->plan->substitute (c->font, buffer); /* XXX Call morx instead. */ - OT::hb_apply_context_t ac (0, c->font, c->buffer); - hb_aat_layout_substitute (&ac); + //OT::hb_apply_context_t ac (0, c->font, c->buffer); + //hb_aat_layout_substitute (&ac); } static inline void