summaryrefslogtreecommitdiff
path: root/include/mbgl/util/constants.hpp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-03-20 13:14:00 +0100
committerKonstantin Käfer <mail@kkaefer.com>2015-03-20 13:14:00 +0100
commitf73dfc73f101e8023fe5719225cdec35c7e4a84b (patch)
treef1a3caedd2a60d860aaa4c8f2d017216e55a087c /include/mbgl/util/constants.hpp
parent0cdf21c62d1f4ed8f54bd63b3f26459ef78a78d0 (diff)
downloadqtlocation-mapboxgl-f73dfc73f101e8023fe5719225cdec35c7e4a84b.tar.gz
make more things const and refs, and add mutexes
Diffstat (limited to 'include/mbgl/util/constants.hpp')
-rw-r--r--include/mbgl/util/constants.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/mbgl/util/constants.hpp b/include/mbgl/util/constants.hpp
index 9e0856b68a..e598806c20 100644
--- a/include/mbgl/util/constants.hpp
+++ b/include/mbgl/util/constants.hpp
@@ -16,8 +16,6 @@ extern const double M2PI;
extern const double EARTH_RADIUS_M;
extern const double LATITUDE_MAX;
-extern const std::string ANNOTATIONS_POINTS_LAYER_ID;
-
}
namespace debug {