summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-08-04 14:12:46 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-08-04 14:12:46 -0400
commit14ac615c743186c8aa86691b99d7fef8bfa73f32 (patch)
tree62c9f1d03a686afe4baa424239ef55e1dc13a4fc
parent7a0a97bc1b8ee09004140fdec8529d52f5702c18 (diff)
downloadpango-14ac615c743186c8aa86691b99d7fef8bfa73f32.tar.gz
[HB] Remove stale TODO
-rw-r--r--pango/opentype/hb-ot-layout.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/pango/opentype/hb-ot-layout.cc b/pango/opentype/hb-ot-layout.cc
index 846b89a1..2fe5449b 100644
--- a/pango/opentype/hb-ot-layout.cc
+++ b/pango/opentype/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);
}