[indic] Remove some more now-unused special-cases

This commit is contained in:
Behdad Esfahbod 2014-06-30 15:46:53 -04:00
parent e79c948980
commit 68f724484b
1 changed files with 1 additions and 2 deletions

View File

@ -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 == 0x17D2)) cat = OT_Coeng; /* Khmer coeng */
else if (unlikely (u == 0x002D || u == 0x00D7 ||
hb_in_range<hb_codepoint_t> (u, 0x2010, 0x2014)))
else if (unlikely (hb_in_range<hb_codepoint_t> (u, 0x2010, 0x2011)))
cat = OT_PLACEHOLDER;
else if (unlikely (u == 0x25CC)) cat = OT_DOTTEDCIRCLE;
else if (unlikely (u == 0xA982)) cat = OT_SM; /* Javanese repha. */