From 9af3b033bf41cd32635172864d58dc169168f9e6 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Tue, 25 Nov 2014 16:31:30 -0800 Subject: Eliminate Map::getStyle() --- include/mbgl/map/map.hpp | 1 - include/mbgl/map/source.hpp | 4 ++++ include/mbgl/map/vector_tile_data.hpp | 3 +++ 3 files changed, 7 insertions(+), 1 deletion(-) (limited to 'include/mbgl') 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