summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-03-24 11:07:03 +0100
committerJohn Firebaugh <john.firebaugh@gmail.com>2015-04-28 14:32:20 -0400
commit9580ec7b08470de0578f8d21f74ac039c83acdfc (patch)
tree573e287e4de5dc14bb8e502f38f938f2271495a5 /include
parentf272d13dead2b2cccc58d9c55697b9cac3c71e68 (diff)
downloadqtlocation-mapboxgl-9580ec7b08470de0578f8d21f74ac039c83acdfc.tar.gz
move Style to MapContext
Diffstat (limited to 'include')
-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 1ec12eb255..0db726b51b 100644
--- a/include/mbgl/map/map.hpp
+++ b/include/mbgl/map/map.hpp
@@ -25,7 +25,6 @@ namespace uv { class async; }
namespace mbgl {
class Sprite;
-class Style;
class FileSource;
class View;
class Environment;
@@ -236,8 +235,6 @@ private:
// Stores whether the map thread has been stopped already.
std::atomic_bool isStopped;
- util::ptr<Style> style;
-
std::atomic<UpdateType> updated;
std::mutex mutexTask;