summaryrefslogtreecommitdiff
path: root/objects.js
diff options
context:
space:
mode:
authorViraj Mahesh <virajmahesh@gmail.com>2014-07-13 12:37:49 +0400
committerViraj Mahesh <virajmahesh@gmail.com>2014-07-13 12:37:49 +0400
commit3ca3d33642497b3b4e2a2d016f7a6824b681c5b1 (patch)
treef6060b044137a76f2623f9976b06898704f6df53 /objects.js
parent36bbcdd5effc25eebb42fb260efe7eb96cdcc6bf (diff)
downloadsnap-3ca3d33642497b3b4e2a2d016f7a6824b681c5b1.tar.gz
snap-3ca3d33642497b3b4e2a2d016f7a6824b681c5b1.zip
Removed screenshot name cache
Diffstat (limited to 'objects.js')
-rw-r--r--objects.js2
1 files changed, 0 insertions, 2 deletions
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