summaryrefslogtreecommitdiff
path: root/src/map/map.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/map.cpp')
-rw-r--r--src/map/map.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/map/map.cpp b/src/map/map.cpp
index dfac1ae6c7..6aa9071a4f 100644
--- a/src/map/map.cpp
+++ b/src/map/map.cpp
@@ -532,13 +532,8 @@ void Map::prepare() {
transform.updateTransitions(animationTime);
}
- const TransformState oldState = state;
state = transform.currentState();
- bool pixelRatioChanged = oldState.getPixelRatio() != state.getPixelRatio();
- bool dimensionsChanged = oldState.getFramebufferWidth() != state.getFramebufferWidth() ||
- oldState.getFramebufferHeight() != state.getFramebufferHeight();
-
animationTime = util::now();
updateSources();
style->updateProperties(state.getNormalizedZoom(), animationTime);