]> git.parisson.com Git - pdf.js.git/commitdiff
removed redundant getChar
authorsbarman <sbarman@L3CWZ5T.(none)>
Tue, 21 Jun 2011 05:44:08 +0000 (22:44 -0700)
committersbarman <sbarman@L3CWZ5T.(none)>
Tue, 21 Jun 2011 05:44:08 +0000 (22:44 -0700)
pdf.js

diff --git a/pdf.js b/pdf.js
index be324d54f31f3be88deafeccf7981e18f6c433e8..fe52b5c4e671c6806970ae6c6fe9f0b839a12430 100644 (file)
--- 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;
         },