[GPOS] Remove unused variables
This commit is contained in:
parent
09c292e3b6
commit
6c8108cb58
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue