diff options
Diffstat (limited to 'gui.js')
| -rw-r--r-- | gui.js | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -2877,8 +2877,6 @@ IDE_Morph.prototype.newProject = function () { window.map.removeLayer(window.penTrails); } window.penTrails = L.layerGroup().addTo(window.map); - window.penShapes = L.layerGroup().addTo(window.penTrails); - window.penLines = L.layerGroup().addTo(window.penTrails); this.currentSprite = new SpriteMorph(this.globalVariables); this.sprites = new List([this.currentSprite]); |
