Skip to content

Commit

Permalink
Remove Stage::cloneCount (why was it there in the first place?)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan committed Mar 17, 2016
1 parent b3ba0df commit 7b267aa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions phosphorus.js
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,6 @@ var P = (function() {
this.baseNow = 0;
this.baseTime = 0;
this.timerStart = 0;
this.cloneCount = 0;

this.keys = {};
this.rawMouseX = 0;
Expand Down Expand Up @@ -1155,7 +1154,6 @@ var P = (function() {
this.children.splice(i, 1);
}
}
this.cloneCount = 0;
};

Stage.prototype.getObject = function(name) {
Expand Down

0 comments on commit 7b267aa

Please sign in to comment.