提交 6c8108cb 编写于 作者: B Behdad Esfahbod

[GPOS] Remove unused variables

上级 09c292e3
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册