]> git.parisson.com Git - pdf.js.git/commitdiff
Remove unused variables.
authorKalervo Kujala <kkujala@com>
Sun, 6 Nov 2011 20:15:41 +0000 (22:15 +0200)
committerKalervo Kujala <kkujala@com>
Sun, 6 Nov 2011 20:15:41 +0000 (22:15 +0200)
src/core.js

index 303aa883018a56110a6be9fd671d19193a541ae6..5e97763abc80f58f7c943056b708efc05325ab8d 100644 (file)
@@ -161,7 +161,6 @@ var Page = (function pagePage() {
       var self = this;
       this.IRQueue = IRQueue;
       var gfx = new CanvasGraphics(this.ctx, this.objs);
-      var startTime = Date.now();
 
       var displayContinuation = function pageDisplayContinuation() {
         // Always defer call to display() to work around bug in
@@ -242,7 +241,6 @@ var Page = (function pagePage() {
       var IRQueue = this.IRQueue;
 
       var self = this;
-      var startTime = Date.now();
       function next() {
         startIdx = gfx.executeIRQueue(IRQueue, startIdx, next);
         if (startIdx == length) {