Remove unused function

This commit is contained in:
Behdad Esfahbod 2015-08-17 16:03:28 +02:00
parent 539a610e2e
commit 2b646fa07f
1 changed files with 0 additions and 8 deletions

View File

@ -238,14 +238,6 @@ enum syllable_type_t {
#include "hb-ot-shape-complex-use-machine.hh"
static inline void
set_use_properties (hb_glyph_info_t &info)
{
hb_codepoint_t u = info.codepoint;
info.use_category() = hb_use_get_categories (u);
}
static void
setup_masks_use (const hb_ot_shape_plan_t *plan,
hb_buffer_t *buffer,