From f73dfc73f101e8023fe5719225cdec35c7e4a84b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Fri, 20 Mar 2015 13:14:00 +0100 Subject: make more things const and refs, and add mutexes --- include/mbgl/util/constants.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/mbgl/util/constants.hpp') 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 { -- cgit v1.2.1