[HB] Remove unused code

This commit is contained in:
Behdad Esfahbod 2009-08-09 22:25:17 -04:00
parent 284899ccbe
commit 797724904a
1 changed files with 0 additions and 10 deletions

View File

@ -32,16 +32,6 @@
#include "hb-font-private.h"
struct GlyphClassDef : ClassDef
{
enum {
BaseGlyph = 0x0001u,
LigatureGlyph = 0x0002u,
MarkGlyph = 0x0003u,
ComponentGlyph = 0x0004u,
};
};
/*
* Attachment List Table
*/