summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-08-06 18:28:45 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-08-06 18:28:45 -0400
commiteb3029af018c1e70a3bc387fee6a9fa7373d06c4 (patch)
tree418e44a10f570c90647b69b5116da2ef1e801c0d
parenta5e0c175ef3b63b3db53ff861f8847ffe9cea03d (diff)
downloadpango-eb3029af018c1e70a3bc387fee6a9fa7373d06c4.tar.gz
[HB] Remove unused var
-rw-r--r--pango/opentype/hb-ot-layout-private.h2
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 40430144..fb7bfe49 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;