summaryrefslogtreecommitdiff
path: root/src/hb-ot-shape-complex-indic-machine.rl
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2018-01-05 17:27:48 +0000
committerBehdad Esfahbod <behdad@behdad.org>2018-01-05 17:27:48 +0000
commitf6df2515210e9d828fc40173696b185efa5083e3 (patch)
tree99a7e760eabca1fb7dcfdddb7c4bed940aa768fa /src/hb-ot-shape-complex-indic-machine.rl
parente6618f3bdf79a51f6fb270b468b653dc9cea5b57 (diff)
[indic] Remove unused OT_VD category
Diffstat (limited to 'src/hb-ot-shape-complex-indic-machine.rl')
-rw-r--r--src/hb-ot-shape-complex-indic-machine.rl3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/hb-ot-shape-complex-indic-machine.rl b/src/hb-ot-shape-complex-indic-machine.rl
index 42a8847e..8e887b89 100644
--- a/src/hb-ot-shape-complex-indic-machine.rl
+++ b/src/hb-ot-shape-complex-indic-machine.rl
@@ -47,7 +47,6 @@ ZWNJ = 5;
ZWJ = 6;
M = 7;
SM = 8;
-VD = 9;
A = 10;
PLACEHOLDER = 11;
DOTTEDCIRCLE = 12;
@@ -67,7 +66,7 @@ cn = c.ZWJ?.n?;
forced_rakar = ZWJ H ZWJ Ra;
symbol = Symbol.N?;
matra_group = z{0,3}.M.N?.(H | forced_rakar)?;
-syllable_tail = (z?.SM.SM?.ZWNJ?)? A{0,3}? VD{0,2};
+syllable_tail = (z?.SM.SM?.ZWNJ?)? A{0,3}?;
halant_group = (z?.H.(ZWJ.N?)?);
final_halant_group = halant_group | H.ZWNJ;
medial_group = CM?;