This commit is contained in:
Behdad Esfahbod 2012-07-30 02:35:07 -04:00
parent a973b5ce86
commit 578e42182b
2 changed files with 0 additions and 3 deletions

View File

@ -42,7 +42,6 @@
* GDEF
*/
/* XXX cleanup */
typedef enum {
HB_OT_LAYOUT_GLYPH_CLASS_UNCLASSIFIED = 0x0001,
HB_OT_LAYOUT_GLYPH_CLASS_BASE_GLYPH = 0x0002,
@ -143,7 +142,6 @@ static inline uint8_t allocate_lig_id (hb_buffer_t *buffer) {
}
/*
* hb_ot_layout_t
*/

View File

@ -49,7 +49,6 @@ hb_ot_layout_ensure (hb_face_t *face)
hb_ot_layout_t *
_hb_ot_layout_create (hb_face_t *face)
{
/* TODO Remove this object altogether */
hb_ot_layout_t *layout = (hb_ot_layout_t *) calloc (1, sizeof (hb_ot_layout_t));
layout->gdef_blob = Sanitizer<GDEF>::sanitize (hb_face_reference_table (face, HB_OT_TAG_GDEF));