[pango/harfbuzz-ng] [GPOS] Remove unused variables
- From: Behdad Esfahbod <behdad src gnome org>
- To: svn-commits-list gnome org
- Subject: [pango/harfbuzz-ng] [GPOS] Remove unused variables
- Date: Tue, 26 May 2009 22:26:23 -0400 (EDT)
commit 4921800a3ff9edc8b564cd49ae6e976767a16a0f
Author: Behdad Esfahbod <behdad behdad org>
Date: Tue May 26 22:26:08 2009 -0400
[GPOS] Remove unused variables
---
pango/opentype/hb-ot-layout-gpos-private.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/pango/opentype/hb-ot-layout-gpos-private.h b/pango/opentype/hb-ot-layout-gpos-private.h
index a67de24..37c74bf 100644
--- a/pango/opentype/hb-ot-layout-gpos-private.h
+++ b/pango/opentype/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)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]