Remove unused method
This commit is contained in:
parent
f0abcd6940
commit
631d10b728
|
@ -68,11 +68,6 @@ typedef struct OffsetTable
|
||||||
|
|
||||||
inline unsigned int get_table_count (void) const
|
inline unsigned int get_table_count (void) const
|
||||||
{ return numTables; }
|
{ 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
|
inline const TableDirectory& get_table (unsigned int i) const
|
||||||
{
|
{
|
||||||
if (HB_UNLIKELY (i >= numTables)) return Null(TableDirectory);
|
if (HB_UNLIKELY (i >= numTables)) return Null(TableDirectory);
|
||||||
|
|
Loading…
Reference in New Issue