[HB] Remove unused var
authorBehdad Esfahbod <behdad@behdad.org>
Thu, 6 Aug 2009 22:28:45 +0000 (18:28 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Thu, 6 Aug 2009 22:28:45 +0000 (18:28 -0400)
pango/opentype/hb-ot-layout-private.h

index 4043014..fb7bfe4 100644 (file)
@@ -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;