From bd7cb384cf73cb88e3121f3b7ab89ce50a64e5bd Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 12 Dec 2022 14:10:13 -0700 Subject: [PATCH] [VarC] Remove unused variable --- src/OT/glyf/VarCompositeGlyph.hh | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/OT/glyf/VarCompositeGlyph.hh b/src/OT/glyf/VarCompositeGlyph.hh index b4c9396c4..e33cdf794 100644 --- a/src/OT/glyf/VarCompositeGlyph.hh +++ b/src/OT/glyf/VarCompositeGlyph.hh @@ -252,8 +252,6 @@ struct VarCompositeGlyphRecord matrix[1] = matrix[2] = 0.f; trans.init (0.f, 0.f); - hb_array_t t = rec_points; - float translateX = 0.f; float translateY = 0.f; float rotation = 0.f;