Update hb-ot-var-gvar-table.hh

This commit is contained in:
Michiharu Ariza 2019-03-29 18:39:30 -07:00
parent 8fdb8fcf80
commit 435bc7f3e2
1 changed files with 0 additions and 1 deletions

View File

@ -682,7 +682,6 @@ struct gvar
unsigned int get_axis_count () const { return gvar_table->axisCount; }
}
protected:
const GlyphVarData *get_glyph_var_data (hb_codepoint_t glyph) const
{ return gvar_table->get_glyph_var_data (glyph); }