From a96c7830a3da452d18d6e6eb09d341b7fa390bd0 Mon Sep 17 00:00:00 2001 From: sbarman Date: Mon, 20 Jun 2011 22:44:08 -0700 Subject: [PATCH] removed redundant getChar --- pdf.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pdf.js b/pdf.js index be324d54f..fe52b5c4e 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; },