From af3b80d4daf42d53234d6febefc338d388647f6b Mon Sep 17 00:00:00 2001 From: Just van Rossum Date: Sat, 16 Sep 2023 16:49:28 +0200 Subject: [PATCH] Delete unused line --- src/fontra/client/core/glyph-controller.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/fontra/client/core/glyph-controller.js b/src/fontra/client/core/glyph-controller.js index f225e16b5..74448f998 100644 --- a/src/fontra/client/core/glyph-controller.js +++ b/src/fontra/client/core/glyph-controller.js @@ -859,7 +859,6 @@ async function ensureComponentCompatibility(glyphs, getGlyphFunc) { glyphs.forEach((glyph) => glyph.components.forEach((compo) => { - const axisNames = Object.keys(compo.location); let fallbackValues = baseGlyphFallbackValues[compo.name]; if (!fallbackValues) { fallbackValues = {};