[kerx] Remove junk

This commit is contained in:
Behdad Esfahbod 2018-10-09 22:55:47 -04:00
parent 27db859416
commit db9600bbe1
1 changed files with 0 additions and 16 deletions

View File

@ -292,22 +292,6 @@ public:
DEFINE_SIZE_MIN (12);
};
struct SubtableXXX
{
inline bool sanitize (hb_sanitize_context_t *c) const
{
TRACE_SANITIZE (this);
return_trace (likely (c->check_struct (this)));
}
protected:
HBUINT32 length;
HBUINT32 coverage;
HBUINT32 tupleCount;
public:
DEFINE_SIZE_STATIC (12);
};
/*
* The 'kerx' Table