From 3ca3d33642497b3b4e2a2d016f7a6824b681c5b1 Mon Sep 17 00:00:00 2001 From: Viraj Mahesh Date: Sun, 13 Jul 2014 12:37:49 +0400 Subject: Removed screenshot name cache --- objects.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'objects.js') diff --git a/objects.js b/objects.js index ed4c7bc..55d30b1 100644 --- a/objects.js +++ b/objects.js @@ -4234,8 +4234,6 @@ StageMorph.prototype.init = function (globals) { this.acceptsDrops = false; this.setColor(new Color(255, 255, 255)); this.fps = this.frameRate; - - this.screenshotNames = {}; // Keeps track of stage image names }; // StageMorph scaling -- cgit v1.3.1