[GPOS] Remove unused variables

This commit is contained in:
Behdad Esfahbod 2009-05-26 22:26:08 -04:00
parent 09c292e3b6
commit 6c8108cb58
1 changed files with 1 additions and 2 deletions

View File

@ -675,11 +675,10 @@ struct CursivePosFormat1
const EntryExitRecord &record = entryExitRecord[index]; 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) if (last_pos == HB_OT_LAYOUT_GPOS_NO_LAST || !record.entryAnchor)
goto end; goto end;
hb_position_t entry_x, entry_y;
(this+record.entryAnchor).get_anchor (layout, IN_CURGLYPH (), &entry_x, &entry_y); (this+record.entryAnchor).get_anchor (layout, IN_CURGLYPH (), &entry_x, &entry_y);
if (gpi->r2l) if (gpi->r2l)