From: Behdad Esfahbod Date: Mon, 10 Aug 2009 02:25:17 +0000 (-0400) Subject: [HB] Remove unused code X-Git-Tag: submit/master/20120920.151126~7^2~1035 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=797724904a3ab294f8390d4ff80c299d8213a5c6;p=framework%2Fuifw%2Fharfbuzz.git [HB] Remove unused code --- diff --git a/src/hb-ot-layout-gdef-private.hh b/src/hb-ot-layout-gdef-private.hh index fcf85c2..0c18d14 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 */