Removes comment per #2372
This commit is contained in:
parent
0910c5e68e
commit
a0bc215a86
@ -5780,7 +5780,6 @@ var CFFParser = (function CFFParserClosure() {
|
|||||||
stackSize++;
|
stackSize++;
|
||||||
} else if (value == 14) {
|
} else if (value == 14) {
|
||||||
if (stackSize >= 4) {
|
if (stackSize >= 4) {
|
||||||
// TODO fix deprecated endchar construct for Windows
|
|
||||||
stackSize -= 4;
|
stackSize -= 4;
|
||||||
}
|
}
|
||||||
} else if (value >= 32 && value <= 246) { // number
|
} else if (value >= 32 && value <= 246) { // number
|
||||||
|
Loading…
x
Reference in New Issue
Block a user