summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2014-07-31 17:54:15 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2014-07-31 17:54:33 -0700
commitd8490853b9446426d30c2510cae0f1c5b5cfefd2 (patch)
tree85d95642d431266aede659be063c996d84a509ec /include
parent23970193473fad931245e3f2f7874eef3bf72924 (diff)
downloadqtlocation-mapboxgl-d8490853b9446426d30c2510cae0f1c5b5cfefd2.tar.gz
Remove unused
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/map/transform.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/map/transform.hpp b/include/mbgl/map/transform.hpp
index 359c325f11..df7839ea96 100644
--- a/include/mbgl/map/transform.hpp
+++ b/include/mbgl/map/transform.hpp
@@ -96,7 +96,7 @@ private:
const double max_scale = std::pow(2, 18);
// cache values for spherical mercator math
- double zc, Bc, Cc;
+ double Bc, Cc;
std::forward_list<std::shared_ptr<util::transition>> transitions;
std::shared_ptr<util::transition> scale_timeout;