summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Shalamov <alexander.shalamov@mapbox.com>2019-07-22 11:32:35 +0300
committerAlexander Shalamov <alexander.shalamov@mapbox.com>2019-07-23 15:01:42 +0300
commit3c36ab647dc31259eb221d7910cc588f6ad4f09a (patch)
tree69b88aacac502d27871d5c99400fff5b0358e49d
parentbc3f8406310c596452cf3c078b3ee6149fda51bd (diff)
downloadqtlocation-mapboxgl-upstream/alexshalamov_release_unused_resources.tar.gz
[core] Remove unused field from icon bufferupstream/alexshalamov_release_unused_resources
-rw-r--r--src/mbgl/renderer/buckets/symbol_bucket.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mbgl/renderer/buckets/symbol_bucket.hpp b/src/mbgl/renderer/buckets/symbol_bucket.hpp
index 7876937b1e..c22a168a0c 100644
--- a/src/mbgl/renderer/buckets/symbol_bucket.hpp
+++ b/src/mbgl/renderer/buckets/symbol_bucket.hpp
@@ -114,7 +114,6 @@ public:
std::unique_ptr<SymbolSizeBinder> iconSizeBinder;
struct IconBuffer : public Buffer {
- PremultipliedImage atlasImage;
} icon;
struct CollisionBuffer {