From 12c9fececbb09f4552583c19a9ef98c2c506b41e Mon Sep 17 00:00:00 2001 From: juliandescottes Date: Sun, 9 Sep 2012 11:37:52 +0200 Subject: [PATCH] Removed 2 useless instance variables in AnimatedPreviewController --- js/controller/AnimatedPreviewController.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/js/controller/AnimatedPreviewController.js b/js/controller/AnimatedPreviewController.js index ee1e7f1c..34b84eef 100644 --- a/js/controller/AnimatedPreviewController.js +++ b/js/controller/AnimatedPreviewController.js @@ -8,8 +8,7 @@ this.currentIndex = 0; this.fps = parseInt($("#preview-fps")[0].value, 10); - this.deltaTime = 0; - this.previousTime = 0; + var renderingOptions = { "dpi": dpi };