diff --git a/src/source/tile.js b/src/source/tile.js index 345c5e72087..fd1f1b9c436 100644 --- a/src/source/tile.js +++ b/src/source/tile.js @@ -92,7 +92,7 @@ class Tile { justReloaded: boolean; /** - * @param {OverscaledTileID} tileID + * @param {OverscaledTileID} tileID * @param size */ constructor(tileID: OverscaledTileID, size: number) { @@ -162,13 +162,6 @@ class Tile { if (data.glyphAtlasImage) { this.glyphAtlasImage = data.glyphAtlasImage; } - - if (data.iconAtlasImage) { - this.iconAtlasImage = data.iconAtlasImage; - } - if (data.glyphAtlasImage) { - this.glyphAtlasImage = data.glyphAtlasImage; - } } /**