From cc5909e4d3a5b581621767a457f1bafcb633a541 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Wed, 6 Dec 2017 08:11:03 -0800 Subject: [PATCH] Remove duplicate code --- src/source/tile.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/source/tile.js b/src/source/tile.js index ae8b9a6a29a..f756e814e44 100644 --- a/src/source/tile.js +++ b/src/source/tile.js @@ -163,13 +163,6 @@ class Tile { if (data.glyphAtlasImage) { this.glyphAtlasImage = data.glyphAtlasImage; } - - if (data.iconAtlasImage) { - this.iconAtlasImage = data.iconAtlasImage; - } - if (data.glyphAtlasImage) { - this.glyphAtlasImage = data.glyphAtlasImage; - } } /**