summaryrefslogtreecommitdiff
path: root/src/mbgl/style/style.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/style/style.cpp')
-rw-r--r--src/mbgl/style/style.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mbgl/style/style.cpp b/src/mbgl/style/style.cpp
index aec9713c27..640c1e9bdb 100644
--- a/src/mbgl/style/style.cpp
+++ b/src/mbgl/style/style.cpp
@@ -308,8 +308,6 @@ void Style::cascade(const TimePoint& timePoint, MapMode mode) {
for (const auto& layer : layers) {
layer->baseImpl->cascade(parameters);
}
-
- light.cascade(parameters);
}
void Style::recalculate(float z, const TimePoint& timePoint, MapMode mode) {