Skip to content

Commit f958567

Browse files
committed
Remove more dead code.
1 parent 7454eb0 commit f958567

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

src/tilemap/Tilemap.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -364,17 +364,6 @@ Phaser.Tilemap.prototype = {
364364
}
365365
}
366366

367-
// create an empty layer for the map parts corresponding to this tileset
368-
// if ( !this.tilesetLayers )
369-
// {
370-
// this.tilesetLayers = [];
371-
// }
372-
// else
373-
// {
374-
// // name, width, height, tileWidth, tileHeight, group
375-
// this.tilesetLayers.push( this.createBlankLayer( "_internal" + this.tilesetLayers.length.toString() ) );
376-
// }
377-
378367
return newSet;
379368

380369
}

0 commit comments

Comments
 (0)