Skip to content

Commit

Permalink
Delete unused line
Browse files Browse the repository at this point in the history
  • Loading branch information
justvanrossum committed Sep 16, 2023
1 parent 043e092 commit af3b80d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/fontra/client/core/glyph-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {};
Expand Down

0 comments on commit af3b80d

Please sign in to comment.