summaryrefslogtreecommitdiff
path: root/src/mbgl/style/source_impl.hpp
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-08-23 11:30:59 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-08-26 10:30:55 -0700
commit8ac03f3870f3aa40edaaa05e1b97344a9e16733f (patch)
treef60667d1807f7070f96cff84844050a835b75b12 /src/mbgl/style/source_impl.hpp
parentf996558bc20a0a55e5b2aa27fe93689758174c20 (diff)
downloadqtlocation-mapboxgl-8ac03f3870f3aa40edaaa05e1b97344a9e16733f.tar.gz
[core] Inline Source::Impl::getTile
Diffstat (limited to 'src/mbgl/style/source_impl.hpp')
-rw-r--r--src/mbgl/style/source_impl.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mbgl/style/source_impl.hpp b/src/mbgl/style/source_impl.hpp
index 64651d7e3f..2602c02eb9 100644
--- a/src/mbgl/style/source_impl.hpp
+++ b/src/mbgl/style/source_impl.hpp
@@ -56,8 +56,6 @@ public:
const std::map<UnwrappedTileID, RenderTile>& getRenderTiles() const;
- Tile* getTile(const OverscaledTileID&) const;
-
std::unordered_map<std::string, std::vector<Feature>>
queryRenderedFeatures(const QueryParameters&) const;