[khmer] Remove unused code

This commit is contained in:
Behdad Esfahbod 2018-10-01 16:59:48 +02:00
parent eb1e602877
commit aaaa65baa7
1 changed files with 0 additions and 12 deletions

View File

@ -59,18 +59,6 @@ matra_position_khmer (khmer_position_t side)
}; };
} }
static inline bool
is_consonant_or_vowel (const hb_glyph_info_t &info)
{
return is_one_of (info, CONSONANT_FLAGS | FLAG (OT_V));
}
static inline bool
is_coeng (const hb_glyph_info_t &info)
{
return is_one_of (info, FLAG (OT_Coeng));
}
static inline void static inline void
set_khmer_properties (hb_glyph_info_t &info) set_khmer_properties (hb_glyph_info_t &info)
{ {