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=a96c7830a3da452d18d6e6eb09d341b7fa390bd0;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; },