From 7f0e35c50d694245f1bc2ad8506fb0f89a6cf8bf Mon Sep 17 00:00:00 2001 From: Kalervo Kujala Date: Sun, 6 Nov 2011 22:15:41 +0200 Subject: [PATCH] Remove unused variables. --- src/core.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/core.js b/src/core.js index 303aa8830..5e97763ab 100644 --- a/src/core.js +++ b/src/core.js @@ -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) {