diff --git a/pdf.js b/pdf.js index 3fc03746f..8092e7974 100644 --- a/pdf.js +++ b/pdf.js @@ -26,12 +26,6 @@ var Stream = (function() { reset: function() { this.pos = this.start; }, - getByte: function() { - var bytes = this.bytes; - if (this.pos >= bytes.length) - return; - return bytes[this.pos++]; - }, lookChar: function() { var bytes = this.bytes; if (this.pos >= bytes.length)