summaryrefslogtreecommitdiff
path: root/src/mbgl/layout/symbol_layout.hpp
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-09-15 15:40:35 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-09-19 09:40:43 -0700
commit940124ff713a960d7f70071779dd37d07010fa80 (patch)
treea89c129b9e972946ab29f05587381c45649a5d99 /src/mbgl/layout/symbol_layout.hpp
parent1014a503a22dc47e4e6ec3c37d034fd729873345 (diff)
downloadqtlocation-mapboxgl-940124ff713a960d7f70071779dd37d07010fa80.tar.gz
[core] Merge SpriteStore and SpriteAtlas
Diffstat (limited to 'src/mbgl/layout/symbol_layout.hpp')
-rw-r--r--src/mbgl/layout/symbol_layout.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mbgl/layout/symbol_layout.hpp b/src/mbgl/layout/symbol_layout.hpp
index e365e7b443..000dacaf3a 100644
--- a/src/mbgl/layout/symbol_layout.hpp
+++ b/src/mbgl/layout/symbol_layout.hpp
@@ -15,7 +15,6 @@ namespace mbgl {
class GeometryTileLayer;
class CollisionTile;
class SpriteAtlas;
-class SpriteStore;
class GlyphAtlas;
class GlyphStore;
class SymbolBucket;
@@ -39,7 +38,7 @@ public:
float textMaxSize,
SpriteAtlas&);
- bool canPrepare(GlyphStore&, SpriteStore&);
+ bool canPrepare(GlyphStore&);
void prepare(uintptr_t tileUID,
GlyphAtlas&,