Index: third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-private.hh |
diff --git a/third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-private.hh b/third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-private.hh |
index 326b36483b68794c9411b41ea04cdb8913a5df71..5879c3e4914bf2b76b8212efad818ff79cdf6075 100644 |
--- a/third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-private.hh |
+++ b/third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-private.hh |
@@ -60,11 +60,10 @@ enum indic_category_t { |
OT_Repha = 15, /* Atomically-encoded logical or visual repha. */ |
OT_Ra = 16, |
OT_CM = 17, /* Consonant-Medial. */ |
- OT_Symbol = 18, /* Avagraha, etc that take marks (SM,A,VD). */ |
- OT_CM2 = 31 /* Consonant-Medial, second slot. */ |
+ OT_Symbol = 18 /* Avagraha, etc that take marks (SM,A,VD). */ |
}; |
-#define MEDIAL_FLAGS (FLAG (OT_CM) | FLAG (OT_CM2)) |
+#define MEDIAL_FLAGS (FLAG (OT_CM)) |
/* Note: |
* |