[indic] Remove some more now-unused special-cases
This commit is contained in:
parent
e79c948980
commit
68f724484b
|
@ -225,8 +225,7 @@ set_indic_properties (hb_glyph_info_t &info)
|
||||||
}
|
}
|
||||||
else if (unlikely (u == 0x17C6)) cat = OT_N; /* Khmer Bindu doesn't like to be repositioned. */
|
else if (unlikely (u == 0x17C6)) cat = OT_N; /* Khmer Bindu doesn't like to be repositioned. */
|
||||||
else if (unlikely (u == 0x17D2)) cat = OT_Coeng; /* Khmer coeng */
|
else if (unlikely (u == 0x17D2)) cat = OT_Coeng; /* Khmer coeng */
|
||||||
else if (unlikely (u == 0x002D || u == 0x00D7 ||
|
else if (unlikely (hb_in_range<hb_codepoint_t> (u, 0x2010, 0x2011)))
|
||||||
hb_in_range<hb_codepoint_t> (u, 0x2010, 0x2014)))
|
|
||||||
cat = OT_PLACEHOLDER;
|
cat = OT_PLACEHOLDER;
|
||||||
else if (unlikely (u == 0x25CC)) cat = OT_DOTTEDCIRCLE;
|
else if (unlikely (u == 0x25CC)) cat = OT_DOTTEDCIRCLE;
|
||||||
else if (unlikely (u == 0xA982)) cat = OT_SM; /* Javanese repha. */
|
else if (unlikely (u == 0xA982)) cat = OT_SM; /* Javanese repha. */
|
||||||
|
|
Loading…
Reference in New Issue