From 797724904a3ab294f8390d4ff80c299d8213a5c6 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 9 Aug 2009 22:25:17 -0400 Subject: [PATCH] [HB] Remove unused code --- src/hb-ot-layout-gdef-private.hh | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/hb-ot-layout-gdef-private.hh b/src/hb-ot-layout-gdef-private.hh index fcf85c25c..0c18d1422 100644 --- a/src/hb-ot-layout-gdef-private.hh +++ b/src/hb-ot-layout-gdef-private.hh @@ -32,16 +32,6 @@ #include "hb-font-private.h" -struct GlyphClassDef : ClassDef -{ - enum { - BaseGlyph = 0x0001u, - LigatureGlyph = 0x0002u, - MarkGlyph = 0x0003u, - ComponentGlyph = 0x0004u, - }; -}; - /* * Attachment List Table */