summaryrefslogtreecommitdiff
path: root/include/mbgl/map/map.hpp
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2014-11-25 16:31:30 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2014-11-26 15:13:13 -0800
commit9af3b033bf41cd32635172864d58dc169168f9e6 (patch)
treef3e7dc75790f1017821573335dde81e351436282 /include/mbgl/map/map.hpp
parentd3ba1071cbaf7bc474206774778fdfdec62fc5e3 (diff)
downloadqtlocation-mapboxgl-9af3b033bf41cd32635172864d58dc169168f9e6.tar.gz
Eliminate Map::getStyle()
Diffstat (limited to 'include/mbgl/map/map.hpp')
-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 7ce2bb7020..3f53902b19 100644
--- a/include/mbgl/map/map.hpp
+++ b/include/mbgl/map/map.hpp
@@ -126,7 +126,6 @@ public:
public:
inline const TransformState &getState() const { return state; }
- inline util::ptr<Style> getStyle() const { return style; }
inline timestamp getAnimationTime() const { return animationTime; }
inline timestamp getTime() const { return animationTime; }
void updateTiles();