From 7ff036cd01e0d3594dd3006cb8d313786d81799e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguye=CC=82=CC=83n?= Date: Mon, 26 Sep 2016 15:42:10 -0700 Subject: [core] Removed map attribution API MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since client code can readily access the individual sources, Map doesn’t need to expose a dedicated API for iterating over them. --- include/mbgl/map/map.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'include/mbgl/map') 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); void removeSource(const std::string& sourceID); - std::vector getAttributions() const; // Layers style::Layer* getLayer(const std::string& layerID); -- cgit v1.2.1