Skip to content

Commit

Permalink
Remove duplicate code
Browse files Browse the repository at this point in the history
  • Loading branch information
jfirebaugh committed Dec 8, 2017
1 parent 4f04e08 commit cc5909e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/source/tile.js
Expand Up @@ -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;
}
}

/**
Expand Down

0 comments on commit cc5909e

Please sign in to comment.