summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorartemp <artem@mapnik.org>2014-10-29 13:55:17 -0400
committerartemp <artem@mapnik.org>2014-10-29 13:55:17 -0400
commit92f99cbc16a3e468b757ce179889e92317919cec (patch)
treed14a19284c5230ca24e79c8709dc0fedb3a6e9b0 /src
parent3b5b15a4e4b1b86c9576969d868caa48520f8d8c (diff)
downloadqtlocation-mapboxgl-92f99cbc16a3e468b757ce179889e92317919cec.tar.gz
remove commented out assert
Diffstat (limited to 'src')
-rw-r--r--src/map/tile_parser.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/tile_parser.cpp b/src/map/tile_parser.cpp
index 6e505b7deb..190ecbe0d9 100644
--- a/src/map/tile_parser.cpp
+++ b/src/map/tile_parser.cpp
@@ -53,7 +53,6 @@ TileParser::TileParser(const std::string &data, VectorTileData &tile_,
collision(std::make_unique<Collision>(tile.id.z, 4096, tile.source->tile_size, tile.depth)) {
assert(&tile != nullptr);
assert(style);
- //assert(glyphAtlas);
assert(glyphStore);
assert(spriteAtlas);
assert(sprite);