diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2016-09-05 19:04:34 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2016-09-05 19:04:34 +0200 |
commit | 4eb54270d773bf60f948176c3ff7827d7f818a92 (patch) | |
tree | 41c88a09ec203fbc333c17519444d4b5abb937ac /test/style | |
parent | 46b73b8a2cf5748596ab6023e2cb1f2ce45d2b0d (diff) | |
download | qtlocation-mapboxgl-4eb54270d773bf60f948176c3ff7827d7f818a92.tar.gz |
[core] remove unused TimePoint during Source update
Diffstat (limited to 'test/style')
-rw-r--r-- | test/style/source.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/style/source.cpp b/test/style/source.cpp index cc23698b2b..bffe89a8c3 100644 --- a/test/style/source.cpp +++ b/test/style/source.cpp @@ -38,7 +38,6 @@ public: style::UpdateParameters updateParameters { 1.0, MapDebugOptions(), - TimePoint(), transformState, worker, fileSource, |