From 578e42182b9b9cf15b4c5426fae36e224160cbd7 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 30 Jul 2012 02:35:07 -0400 Subject: [PATCH] Minor --- src/hb-ot-layout-private.hh | 2 -- src/hb-ot-layout.cc | 1 - 2 files changed, 3 deletions(-) diff --git a/src/hb-ot-layout-private.hh b/src/hb-ot-layout-private.hh index 3138a1d84..705fe67b6 100644 --- a/src/hb-ot-layout-private.hh +++ b/src/hb-ot-layout-private.hh @@ -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 */ diff --git a/src/hb-ot-layout.cc b/src/hb-ot-layout.cc index eb39c657c..a55714acf 100644 --- a/src/hb-ot-layout.cc +++ b/src/hb-ot-layout.cc @@ -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::sanitize (hb_face_reference_table (face, HB_OT_TAG_GDEF));