summaryrefslogtreecommitdiff
path: root/src/mbgl/style/source_impl.hpp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2016-09-05 19:04:34 +0200
committerKonstantin Käfer <mail@kkaefer.com>2016-09-05 19:04:34 +0200
commit4eb54270d773bf60f948176c3ff7827d7f818a92 (patch)
tree41c88a09ec203fbc333c17519444d4b5abb937ac /src/mbgl/style/source_impl.hpp
parent46b73b8a2cf5748596ab6023e2cb1f2ce45d2b0d (diff)
downloadqtlocation-mapboxgl-4eb54270d773bf60f948176c3ff7827d7f818a92.tar.gz
[core] remove unused TimePoint during Source update
Diffstat (limited to 'src/mbgl/style/source_impl.hpp')
-rw-r--r--src/mbgl/style/source_impl.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mbgl/style/source_impl.hpp b/src/mbgl/style/source_impl.hpp
index 7a29e3db54..61baccfcb7 100644
--- a/src/mbgl/style/source_impl.hpp
+++ b/src/mbgl/style/source_impl.hpp
@@ -88,9 +88,6 @@ private:
virtual Range<uint8_t> getZoomRange() = 0;
virtual std::unique_ptr<Tile> createTile(const OverscaledTileID&, const UpdateParameters&) = 0;
- // Stores the time when this source was most recently updated.
- TimePoint updated = TimePoint::min();
-
std::map<OverscaledTileID, std::unique_ptr<Tile>> tiles;
std::map<UnwrappedTileID, RenderTile> renderTiles;
TileCache cache;