summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnsis Brammanis <ansis@mapbox.com>2017-11-07 14:09:05 -0500
committerChris Loer <chris.loer@mapbox.com>2017-11-07 11:43:02 -0800
commit39b9bd42ec9468b49f16d933d0c0922cb1fabc1b (patch)
tree0c8e42a2df9e50fd19a97054cc6e31ea76aa08ac
parent1d6789f261a6dd987120767ef183c4262ebb37f6 (diff)
downloadqtlocation-mapboxgl-39b9bd42ec9468b49f16d933d0c0922cb1fabc1b.tar.gz
not here
-rw-r--r--src/mbgl/text/placement.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mbgl/text/placement.cpp b/src/mbgl/text/placement.cpp
index e5ccd26b7c..e4a39283ed 100644
--- a/src/mbgl/text/placement.cpp
+++ b/src/mbgl/text/placement.cpp
@@ -88,8 +88,6 @@ void Placement::placeLayerBucket(
const bool showCollisionBoxes,
std::unordered_set<uint32_t>& seenCrossTileIDs) {
- // TODO collision debug array clearing
-
auto partiallyEvaluatedTextSize = bucket.textSizeBinder->evaluateForZoom(state.getZoom());
auto partiallyEvaluatedIconSize = bucket.iconSizeBinder->evaluateForZoom(state.getZoom());