summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-08-06 18:28:00 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-08-06 18:28:00 -0400
commita5e0c175ef3b63b3db53ff861f8847ffe9cea03d (patch)
treef041a580cf7586b4444538ee4caefc3e7b68db9c
parent2b067b28aee93c2275644b0a1dc3b04ad751bda6 (diff)
downloadpango-a5e0c175ef3b63b3db53ff861f8847ffe9cea03d.tar.gz
[HB] Remove another stale XXX
-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 8699e40f..95d08ac7 100644
--- a/pango/opentype/hb-ot-layout.cc
+++ b/pango/opentype/hb-ot-layout.cc
@@ -44,8 +44,6 @@ _hb_ot_layout_init (hb_face_t *face)
{
hb_ot_layout_t *layout = &face->ot_layout;
- /* XXX sanitize */
-
layout->gdef_blob = Sanitizer<GDEF>::sanitize (hb_face_get_table (face, HB_OT_TAG_GDEF));
layout->gdef = &Sanitizer<GDEF>::lock_instance (layout->gdef_blob);