summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-08-09 22:25:17 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-08-09 22:25:17 -0400
commit7736059a852b4951ae2a14f02bb552262dd179fd (patch)
treeae9d44d77f4bbe0f5bc6621d0b2e6bfed38131ff
parent845e7a7a35bd65af32a188b6cf89adb611ac35bc (diff)
downloadpango-7736059a852b4951ae2a14f02bb552262dd179fd.tar.gz
[HB] Remove unused code
-rw-r--r--pango/opentype/hb-ot-layout-gdef-private.hh10
1 files changed, 0 insertions, 10 deletions
diff --git a/pango/opentype/hb-ot-layout-gdef-private.hh b/pango/opentype/hb-ot-layout-gdef-private.hh
index fcf85c25..0c18d142 100644
--- a/pango/opentype/hb-ot-layout-gdef-private.hh
+++ b/pango/opentype/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
*/