summaryrefslogtreecommitdiff
path: root/src/mbgl/style/source.cpp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2016-05-23 13:35:07 +0200
committerKonstantin Käfer <mail@kkaefer.com>2016-06-10 12:42:14 +0200
commit971807d3b09892dbb6901461d1ce9adb3552a22d (patch)
tree019dbadbc4d42aef1725ba2e39a757ab80457816 /src/mbgl/style/source.cpp
parent436d8eb5e09948b3baa86570fe16e3964fddaae0 (diff)
downloadqtlocation-mapboxgl-971807d3b09892dbb6901461d1ce9adb3552a22d.tar.gz
[core] move parsePending() call to TileData
Diffstat (limited to 'src/mbgl/style/source.cpp')
-rw-r--r--src/mbgl/style/source.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mbgl/style/source.cpp b/src/mbgl/style/source.cpp
index a31c804b01..10959a9fd8 100644
--- a/src/mbgl/style/source.cpp
+++ b/src/mbgl/style/source.cpp
@@ -406,7 +406,6 @@ void Source::setObserver(SourceObserver* observer_) {
}
void Source::onTileLoaded(TileData& tileData, bool isNewTile) {
- tileData.redoPlacement();
observer->onTileLoaded(*this, tileData.id, isNewTile);
}