Skip to content

Commit e8ac166

Browse files
committed
Update UpdateList.js
1 parent 0297581 commit e8ac166

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/gameobjects/UpdateList.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ var UpdateList = new Class({
5353
*/
5454
this.systems = scene.sys;
5555

56-
// this._addEvent = 'add';
57-
// this.removeEvent = 'remove';
58-
5956
scene.sys.events.once(SceneEvents.BOOT, this.boot, this);
6057
scene.sys.events.on(SceneEvents.START, this.start, this);
6158
},

0 commit comments

Comments
 (0)