summaryrefslogtreecommitdiff
path: root/include/mbgl/map
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2016-03-06 21:23:12 +0200
committerBruno de Oliveira Abinader <bruno@mapbox.com>2016-03-18 01:27:47 +0200
commitc6ba05bbc3860d310e04faad93de1e82cb4b42fc (patch)
tree61bedf81da1a89052072d9a26f3ea8bc5589a1db /include/mbgl/map
parent8f96dea8220074059438e9d732d9ce89bddd7fd9 (diff)
downloadqtlocation-mapboxgl-c6ba05bbc3860d310e04faad93de1e82cb4b42fc.tar.gz
[core] Default fade duration is now a constant
Diffstat (limited to 'include/mbgl/map')
-rw-r--r--include/mbgl/map/map.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/mbgl/map/map.hpp b/include/mbgl/map/map.hpp
index 3de9dc8891..c85e7eae38 100644
--- a/include/mbgl/map/map.hpp
+++ b/include/mbgl/map/map.hpp
@@ -72,9 +72,6 @@ public:
bool hasClass(const std::string&) const;
std::vector<std::string> getClasses() const;
- void setDefaultFadeDuration(const Duration&);
- Duration getDefaultFadeDuration() const;
-
void setStyleURL(const std::string& url);
void setStyleJSON(const std::string& json, const std::string& base = "");
std::string getStyleURL() const;