[aat] Silence warning
This commit is contained in:
parent
a21fceb053
commit
05d1e77db8
|
@ -76,7 +76,7 @@ struct KerxSubTableFormat0
|
||||||
{
|
{
|
||||||
inline int get_kerning (hb_codepoint_t left, hb_codepoint_t right) const
|
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);
|
//int i = pairs.bsearch (pair);
|
||||||
//if (i == -1)
|
//if (i == -1)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in New Issue