Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
be5invis committed Aug 21, 2024
1 parent d78a00e commit 78b0df7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
1 change: 0 additions & 1 deletion packages/font-glyphs/src/auto-build/transformed.ptl
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,6 @@ glyph-block Autobuild-Transformed : begin
list 0x1E06C 'cyrl/yeryBack'
list 0x1E06D 'cyrl/uShortKazakh'
list 0x1FBCC 'smallBracketLeft'
list null 'S' # there is no superscript S in unicode, but is is used for the SM symbol

createSuperscripts 'numerator' NumeratorForm : list
list null 'zero.onum'
Expand Down
2 changes: 1 addition & 1 deletion packages/font-glyphs/src/letter/latin-ext/upper-ae-oe.ptl
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ glyph-block Letter-Latin-Upper-AE-OE : begin
corner eleft 0

define [AEAHalfRoundTop df top eleft sw] : glyph-proc
include : HBar.t df.leftSB eleft (0.75 * XH) sw
include : HBar.t df.leftSB eleft (0.75 * XH * top / CAP) sw
include : dispiro
widths.rhs sw
flat df.leftSB 0 [heading Upward]
Expand Down
7 changes: 0 additions & 7 deletions packages/util/src/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,6 @@ export const SuffixCfg = {
for (const item of configs) for (const [k, v] of Object.entries(item)) ans[k] = v;
return ans;
},
collect: function (pairs) {
let ans = {};
for (const pair of pairs) {
if (pair) ans[pair.left] = pair.right;
}
return ans;
},
};

///////////////////////////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 78b0df7

Please sign in to comment.