removed redundant getChar

This commit is contained in:
sbarman 2011-06-20 22:44:08 -07:00
parent 0fbaaa005d
commit bae46a9187

4
pdf.js
View File

@ -540,10 +540,6 @@ var JpegStream = (function() {
}
constructor.prototype = {
// Needed to pass IsStream test
getChar: function() {
},
getImage: function() {
return this.domImage;
},