summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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();