[HB] Remove unused code
authorBehdad Esfahbod <behdad@behdad.org>
Mon, 10 Aug 2009 02:25:17 +0000 (22:25 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Mon, 2 Nov 2009 19:40:36 +0000 (14:40 -0500)
src/hb-ot-layout-gdef-private.hh

index fcf85c2..0c18d14 100644 (file)
 #include "hb-font-private.h"
 
 
-struct GlyphClassDef : ClassDef
-{
-  enum {
-    BaseGlyph          = 0x0001u,
-    LigatureGlyph      = 0x0002u,
-    MarkGlyph          = 0x0003u,
-    ComponentGlyph     = 0x0004u,
-  };
-};
-
 /*
  * Attachment List Table
  */