[pango] [HB] Remove unused var



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

    [HB] Remove unused var

 pango/opentype/hb-ot-layout-private.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/pango/opentype/hb-ot-layout-private.h b/pango/opentype/hb-ot-layout-private.h
index 4043014..fb7bfe4 100644
--- a/pango/opentype/hb-ot-layout-private.h
+++ b/pango/opentype/hb-ot-layout-private.h
@@ -47,8 +47,6 @@ typedef struct _hb_ot_layout_t hb_ot_layout_t;
 
 struct _hb_ot_layout_t
 {
-  hb_face_t *face; /* XXX can do without this */
-
   hb_blob_t *gdef_blob;
   hb_blob_t *gsub_blob;
   hb_blob_t *gpos_blob;



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