From 1dfa33854f065d5bee104e880f138b994448f44f Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 12 Jul 2020 09:24:03 -0700 Subject: [PATCH] [arabic] Remove stale comment --- src/hb-ot-shape-complex-arabic.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/hb-ot-shape-complex-arabic.cc b/src/hb-ot-shape-complex-arabic.cc index 0c1863bc5..1e93f0efd 100644 --- a/src/hb-ot-shape-complex-arabic.cc +++ b/src/hb-ot-shape-complex-arabic.cc @@ -228,8 +228,6 @@ collect_features_arabic (hb_ot_shape_planner_t *plan) map->enable_feature (HB_TAG('c','a','l','t'), F_MANUAL_ZWJ); map->add_gsub_pause (nullptr); - /* And undo here. */ - /* The spec includes 'cswh'. Earlier versions of Windows * used to enable this by default, but testing suggests * that Windows 8 and later do not enable it by default,