summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2014-10-27 17:02:20 -0400
committerJustin R. Miller <incanus@codesorcery.net>2014-10-27 17:02:20 -0400
commite816d301bb2c25a4471c4614abc5fc6671b91f56 (patch)
treec2c74d8f193477d5daf5e47a9250f320f035d48e /include
parent6cd9de4f978835d42c89a78ce2058a5d2be4c0ff (diff)
downloadqtlocation-mapboxgl-e816d301bb2c25a4471c4614abc5fc6671b91f56.tar.gz
refs #509: tickets good, inline TODO bad
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/map/transform.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mbgl/map/transform.hpp b/include/mbgl/map/transform.hpp
index 5404f333c1..4801ff1098 100644
--- a/include/mbgl/map/transform.hpp
+++ b/include/mbgl/map/transform.hpp
@@ -91,7 +91,6 @@ private:
TransformState final;
// Limit the amount of zooming possible on the map.
- // TODO: make these modifiable from outside.
const double min_scale = std::pow(2, 0);
const double max_scale = std::pow(2, 18);