summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2014-11-26 16:01:15 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2014-11-26 16:01:15 -0800
commit12bf2fd326c1b37f44c35e28a38fa6f973830aa5 (patch)
tree3af48663ddc38be4bf55ce7c1ecabf9549bc4542 /include
parent78f11ae94768cc1d73df07b63a9edf7a54db2941 (diff)
downloadqtlocation-mapboxgl-12bf2fd326c1b37f44c35e28a38fa6f973830aa5.tar.gz
Inline Source::updateTiles()
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&,