[aat] Silence warning

This commit is contained in:
Behdad Esfahbod 2018-02-18 16:26:04 -08:00
parent a21fceb053
commit 05d1e77db8
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ struct KerxSubTableFormat0
{
inline int get_kerning (hb_codepoint_t left, hb_codepoint_t right) const
{
hb_glyph_pair_t pair = {left, right};
//hb_glyph_pair_t pair = {left, right};
//int i = pairs.bsearch (pair);
//if (i == -1)
return 0;