summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLeith Bade <leith@mapbox.com>2015-01-18 17:05:01 +1100
committerLeith Bade <leith@mapbox.com>2015-01-18 17:05:01 +1100
commit5feba9ac073485811592d5d7f69c52992e5a3e0f (patch)
tree98e83a3ff646692ac4a8f97bca84cdc4aa004edf /include
parent016c2948c5e5d0f49c6169bd5802b54747c60312 (diff)
downloadqtlocation-mapboxgl-5feba9ac073485811592d5d7f69c52992e5a3e0f.tar.gz
get/setAppliedStyleClasses -> get/setClasses
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 fa46f4a702..05a766e773 100644
--- a/include/mbgl/map/map.hpp
+++ b/include/mbgl/map/map.hpp
@@ -215,9 +215,6 @@ private:
std::atomic_uint_fast64_t defaultTransitionDuration;
- util::ptr<std::vector<std::string>> appliedClasses;
- std::mutex appliedClassesMutex;
-
bool debug = false;
timestamp animationTime = 0;