提交 631d10b7 编写于 作者: B Behdad Esfahbod

Remove unused method

上级 f0abcd69
......@@ -68,11 +68,6 @@ typedef struct OffsetTable
inline unsigned int get_table_count (void) const
{ return numTables; }
inline const Tag& get_table_tag (unsigned int i) const
{
if (HB_UNLIKELY (i >= numTables)) return Null(Tag);
return tableDir[i].tag;
}
inline const TableDirectory& get_table (unsigned int i) const
{
if (HB_UNLIKELY (i >= numTables)) return Null(TableDirectory);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册