diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2009-08-06 18:28:00 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2009-08-06 18:28:00 -0400 |
commit | a5e0c175ef3b63b3db53ff861f8847ffe9cea03d (patch) | |
tree | f041a580cf7586b4444538ee4caefc3e7b68db9c | |
parent | 2b067b28aee93c2275644b0a1dc3b04ad751bda6 (diff) | |
download | pango-a5e0c175ef3b63b3db53ff861f8847ffe9cea03d.tar.gz |
[HB] Remove another stale XXX
-rw-r--r-- | pango/opentype/hb-ot-layout.cc | 2 |
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); |