removed redundant getChar

This commit is contained in:
sbarman 2011-06-20 22:44:08 -07:00
parent 650df34289
commit a96c7830a3

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