Skip to content

Commit

Permalink
Remove unused RuntimError
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfe authored Jun 7, 2021
1 parent fd9a019 commit bc08be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chordsymbol.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//
// See `tests/chordsymbol_tests.js` for usage examples.

import { RuntimeError, log } from './util';
import { log } from './util';
import { DefaultFontStack } from './font';
import { Flow } from './tables';
import { Glyph } from './glyph';
Expand Down

0 comments on commit bc08be9

Please sign in to comment.