mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Removes comment per #2372
This commit is contained in:
parent
0910c5e68e
commit
a0bc215a86
1 changed files with 0 additions and 1 deletions
|
@ -5780,7 +5780,6 @@ var CFFParser = (function CFFParserClosure() {
|
|||
stackSize++;
|
||||
} else if (value == 14) {
|
||||
if (stackSize >= 4) {
|
||||
// TODO fix deprecated endchar construct for Windows
|
||||
stackSize -= 4;
|
||||
}
|
||||
} else if (value >= 32 && value <= 246) { // number
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue