summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/map/source.hpp9
1 files changed, 1 insertions, 8 deletions
diff --git a/include/mbgl/map/source.hpp b/include/mbgl/map/source.hpp
index 299c7accac..c36376fd5d 100644
--- a/include/mbgl/map/source.hpp
+++ b/include/mbgl/map/source.hpp
@@ -35,7 +35,7 @@ public:
Source(SourceInfo&);
void load(Map&, FileSource&);
- bool update(Map&, uv::worker&,
+ void update(Map&, uv::worker&,
util::ptr<Style>,
GlyphAtlas&, GlyphStore&,
SpriteAtlas&, util::ptr<Sprite>,
@@ -59,13 +59,6 @@ private:
int32_t coveringZoomLevel(const TransformState&) const;
std::forward_list<Tile::ID> coveringTiles(const TransformState&) const;
- bool updateTiles(Map&, uv::worker&,
- util::ptr<Style>,
- GlyphAtlas&, GlyphStore&,
- SpriteAtlas&, util::ptr<Sprite>,
- Texturepool&, FileSource&,
- std::function<void ()> callback);
-
TileData::State addTile(Map&, uv::worker&,
util::ptr<Style>,
GlyphAtlas&, GlyphStore&,