From: Behdad Esfahbod Date: Tue, 4 Aug 2009 18:12:46 +0000 (-0400) Subject: [HB] Remove stale TODO X-Git-Tag: submit/master/20120920.151126~7^2~1082 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f2be750981be58a723831e69b1670275851d4be9;p=framework%2Fuifw%2Fharfbuzz.git [HB] Remove stale TODO --- diff --git a/src/hb-ot-layout.cc b/src/hb-ot-layout.cc index 846b89a..2fe5449 100644 --- a/src/hb-ot-layout.cc +++ b/src/hb-ot-layout.cc @@ -126,8 +126,6 @@ _hb_ot_layout_get_glyph_property (hb_face_t *face, case GDEF::LigatureGlyph: return HB_OT_LAYOUT_GLYPH_CLASS_LIGATURE; case GDEF::ComponentGlyph: return HB_OT_LAYOUT_GLYPH_CLASS_COMPONENT; case GDEF::MarkGlyph: - /* TODO old harfbuzz doesn't always parse mark attachments as it says it was - * introduced without a version bump, so it may not be safe */ klass = gdef.get_mark_attachment_type (glyph); return HB_OT_LAYOUT_GLYPH_CLASS_MARK + (klass << 8); }