summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mbgl/map/map.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mbgl/map/map.cpp b/src/mbgl/map/map.cpp
index 9460ad2580..fdd5809070 100644
--- a/src/mbgl/map/map.cpp
+++ b/src/mbgl/map/map.cpp
@@ -411,9 +411,6 @@ void Map::Impl::loadStyleJSON(const std::string& json) {
style->setJSON(json);
styleJSON = json;
- // force style cascade, causing all pending transitions to complete.
- style->cascade(Clock::now(), mode);
-
if (!cameraMutated) {
// Zoom first because it may constrain subsequent operations.
map.setZoom(map.getDefaultZoom());