Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[core] Remove unused field from icon buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
alexshalamov committed Jul 22, 2019
1 parent d2fba1c commit 32a031c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mbgl/renderer/buckets/symbol_bucket.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ class SymbolBucket final : public Bucket {
std::unique_ptr<SymbolSizeBinder> iconSizeBinder;

struct IconBuffer : public Buffer {
PremultipliedImage atlasImage;
} icon;

struct CollisionBuffer {
Expand Down

0 comments on commit 32a031c

Please sign in to comment.