Remove unused method
authorBehdad Esfahbod <behdad@behdad.org>
Mon, 3 May 2010 01:14:21 +0000 (21:14 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Mon, 3 May 2010 01:14:21 +0000 (21:14 -0400)
src/hb-open-file-private.hh

index 83f6571..d8992c9 100644 (file)
@@ -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);