summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2014-11-26 16:04:22 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2014-11-26 16:04:22 -0800
commit84c3191044362a9bb6742d3fc24b46af7efa9171 (patch)
treee0f14ff0a3b13935ac7e87080bf22b24a675763f /include
parent01ecbaf51ab24b8e1bb92e931361c4c6cd0e95b8 (diff)
downloadqtlocation-mapboxgl-84c3191044362a9bb6742d3fc24b46af7efa9171.tar.gz
Eliminate Map::getActiveSources()
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/map/map.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mbgl/map/map.hpp b/include/mbgl/map/map.hpp
index 8df4e91a5c..f29c8f1df9 100644
--- a/include/mbgl/map/map.hpp
+++ b/include/mbgl/map/map.hpp
@@ -71,7 +71,6 @@ public:
void resize(uint16_t width, uint16_t height, float ratio, uint16_t fb_width, uint16_t fb_height);
// Styling
- const std::set<util::ptr<StyleSource>> getActiveSources() const;
void setAppliedClasses(const std::vector<std::string> &classes);
void toggleClass(const std::string &name);
const std::vector<std::string> &getAppliedClasses() const;