From: sbarman Date: Tue, 21 Jun 2011 05:44:08 +0000 (-0700) Subject: removed redundant getChar X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=bae46a9187ed9e0c3e1b73c82631456da0ccd81a;p=pdf.js.git removed redundant getChar --- diff --git a/pdf.js b/pdf.js index be324d5..fe52b5c 100644 --- a/pdf.js +++ b/pdf.js @@ -540,10 +540,6 @@ var JpegStream = (function() { } constructor.prototype = { - // Needed to pass IsStream test - getChar: function() { - }, - getImage: function() { return this.domImage; },