[pango] [HB] Remove another stale XXX



commit a5e0c175ef3b63b3db53ff861f8847ffe9cea03d
Author: Behdad Esfahbod <behdad behdad org>
Date:   Thu Aug 6 18:28:00 2009 -0400

    [HB] Remove another stale XXX

 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 8699e40..95d08ac 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);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]