summaryrefslogtreecommitdiff
path: root/include/mbgl/map
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-09-26 15:42:10 -0700
committerMinh Nguyễn <mxn@1ec5.org>2016-09-26 15:42:57 -0700
commit7ff036cd01e0d3594dd3006cb8d313786d81799e (patch)
tree180ef92b3d3fdba9bc7136307310d1600227b09c /include/mbgl/map
parenta9842dbd6bbd370f185505212ed3441b29e25240 (diff)
downloadqtlocation-mapboxgl-7ff036cd01e0d3594dd3006cb8d313786d81799e.tar.gz
[core] Removed map attribution API
Since client code can readily access the individual sources, Map doesn’t need to expose a dedicated API for iterating over them.
Diffstat (limited to 'include/mbgl/map')
-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 2a0d2888bd..914c2cd0b3 100644
--- a/include/mbgl/map/map.hpp
+++ b/include/mbgl/map/map.hpp
@@ -155,7 +155,6 @@ public:
style::Source* getSource(const std::string& sourceID);
void addSource(std::unique_ptr<style::Source>);
void removeSource(const std::string& sourceID);
- std::vector<std::string> getAttributions() const;
// Layers
style::Layer* getLayer(const std::string& layerID);