summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLeith Bade <leith@mapbox.com>2014-12-03 23:22:25 +1100
committerLeith Bade <leith@mapbox.com>2014-12-03 23:22:25 +1100
commita26ef7f33df475b6a0e90a0f4362f18802bafe8f (patch)
treee743f2b34d9cf20702f9450356c9c71b24c9e963 /src
parent6be8c840bbe1bb14f2ab32fefdd2a600f1363a08 (diff)
downloadqtlocation-mapboxgl-a26ef7f33df475b6a0e90a0f4362f18802bafe8f.tar.gz
Remove TODOs
Diffstat (limited to 'src')
-rw-r--r--src/map/map.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/map.cpp b/src/map/map.cpp
index bf5509d06b..3fe770e8e6 100644
--- a/src/map/map.cpp
+++ b/src/map/map.cpp
@@ -390,7 +390,6 @@ void Map::setup() {
void Map::setStyleURL(const std::string &url) {
// TODO: Make threadsafe.
- // TODO fix this properly
styleURL = url;
if (async) {
stop();