From 631d10b728d9e1a02c7dddf505d4fae5e244c6e8 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 2 May 2010 21:14:21 -0400 Subject: [PATCH] Remove unused method --- src/hb-open-file-private.hh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/hb-open-file-private.hh b/src/hb-open-file-private.hh index 83f65710f..d8992c999 100644 --- a/src/hb-open-file-private.hh +++ b/src/hb-open-file-private.hh @@ -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);