From: sbarman Date: Fri, 19 Aug 2011 15:19:32 +0000 (-0700) Subject: cleanup X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=28051220236e78e153b648f0599fe9067521487d;p=pdf.js.git cleanup --- diff --git a/fonts.js b/fonts.js index 064459d..ce49a82 100755 --- a/fonts.js +++ b/fonts.js @@ -441,12 +441,6 @@ var Font = (function Font() { break; } - var fileArr = []; - file.reset(); - file = file.getBytes(); - for (var i = 0, ii = file.length; i < ii; ++i) - fileArr.push(file[i]); - this.data = data; this.type = properties.type; this.textMatrix = properties.textMatrix;