diff --git a/src/core/cff_parser.js b/src/core/cff_parser.js index c1ce00c9c..d454c5bcd 100644 --- a/src/core/cff_parser.js +++ b/src/core/cff_parser.js @@ -1742,11 +1742,6 @@ class CFFCompiler { return this.compileIndex(stringIndex); } - compileGlobalSubrIndex() { - const globalSubrIndex = this.cff.globalSubrIndex; - this.out.writeByteArray(this.compileIndex(globalSubrIndex)); - } - compileCharStrings(charStrings) { const charStringsIndex = new CFFIndex(); for (let i = 0; i < charStrings.count; i++) {