Skip to content

Commit 8af0bbb

Browse files
committed
Remove unneeded variables
1 parent c07bf3c commit 8af0bbb

File tree

1 file changed

+1
-13
lines changed
  • mathjax3-ts/output/chtml/Wrappers

1 file changed

+1
-13
lines changed

mathjax3-ts/output/chtml/Wrappers/mi.ts

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,9 @@
2121
* @author [email protected] (Davide Cervone)
2222
*/
2323

24-
import {CHTMLWrapper, StringMap} from '../Wrapper.js';
24+
import {CHTMLWrapper} from '../Wrapper.js';
2525
import {MmlMi} from '../../../core/MmlTree/MmlNodes/mi.js';
26-
import {MmlNode} from '../../../core/MmlTree/MmlNode.js';
2726
import {BBox} from '../BBox.js';
28-
import {DelimiterData} from '../FontData.js';
29-
import {StyleList} from '../CssStyles.js';
30-
import {DIRECTION} from '../FontData.js';
31-
32-
/*
33-
* Convert direction to letter
34-
*/
35-
const DirectionVH: {[n: number]: string} = {
36-
[DIRECTION.Vertical]: 'v',
37-
[DIRECTION.Horizontal]: 'h'
38-
};
3927

4028
/*****************************************************************/
4129
/*

0 commit comments

Comments
 (0)