summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-03-23 17:50:49 +0100
committerJohn Firebaugh <john.firebaugh@gmail.com>2015-04-28 14:32:19 -0400
commit07525d5d50990e57c167846ff2a104633182d124 (patch)
tree32f617b862c9344e3e24ed419fa6206272b463a0 /include
parent9af7af3109f388d7f12ebb9b91d7fda9df408a9b (diff)
downloadqtlocation-mapboxgl-07525d5d50990e57c167846ff2a104633182d124.tar.gz
move Sprite to MapContext
Diffstat (limited to 'include')
-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 c9e93641fc..37450ff6db 100644
--- a/include/mbgl/map/map.hpp
+++ b/include/mbgl/map/map.hpp
@@ -241,7 +241,6 @@ private:
std::atomic_bool isStopped;
util::ptr<Style> style;
- util::ptr<Sprite> sprite;
std::atomic<UpdateType> updated;