summaryrefslogtreecommitdiff
path: root/src/mbgl/style/update_parameters.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/style/update_parameters.hpp')
-rw-r--r--src/mbgl/style/update_parameters.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mbgl/style/update_parameters.hpp b/src/mbgl/style/update_parameters.hpp
index bdae4f42b0..306cddf706 100644
--- a/src/mbgl/style/update_parameters.hpp
+++ b/src/mbgl/style/update_parameters.hpp
@@ -17,7 +17,6 @@ class UpdateParameters {
public:
UpdateParameters(float pixelRatio_,
MapDebugOptions debugOptions_,
- TimePoint animationTime_,
const TransformState& transformState_,
Worker& worker_,
FileSource& fileSource_,
@@ -27,7 +26,6 @@ public:
Style& style_)
: pixelRatio(pixelRatio_),
debugOptions(debugOptions_),
- animationTime(std::move(animationTime_)),
transformState(transformState_),
worker(worker_),
fileSource(fileSource_),
@@ -38,7 +36,6 @@ public:
float pixelRatio;
MapDebugOptions debugOptions;
- TimePoint animationTime;
const TransformState& transformState;
Worker& worker;
FileSource& fileSource;