From 6c8108cb583292a679b05844ab613b7f4587adc6 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 26 May 2009 22:26:08 -0400 Subject: [PATCH] [GPOS] Remove unused variables --- src/hb-ot-layout-gpos-private.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/hb-ot-layout-gpos-private.h b/src/hb-ot-layout-gpos-private.h index a67de24..37c74bf 100644 --- a/src/hb-ot-layout-gpos-private.h +++ b/src/hb-ot-layout-gpos-private.h @@ -675,11 +675,10 @@ struct CursivePosFormat1 const EntryExitRecord &record = entryExitRecord[index]; - hb_position_t entry_x, entry_y, exit_x, exit_y; - if (last_pos == HB_OT_LAYOUT_GPOS_NO_LAST || !record.entryAnchor) goto end; + hb_position_t entry_x, entry_y; (this+record.entryAnchor).get_anchor (layout, IN_CURGLYPH (), &entry_x, &entry_y); if (gpi->r2l) -- 2.7.4