From 82199868fb036b63799af761762225d45d36f575 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 6 Aug 2009 18:28:45 -0400 Subject: [PATCH] [HB] Remove unused var --- src/hb-ot-layout-private.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/hb-ot-layout-private.h b/src/hb-ot-layout-private.h index 404301448..fb7bfe497 100644 --- a/src/hb-ot-layout-private.h +++ b/src/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;