summaryrefslogtreecommitdiff
path: root/src/mbgl/style/style.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/style/style.hpp')
-rw-r--r--src/mbgl/style/style.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mbgl/style/style.hpp b/src/mbgl/style/style.hpp
index 1c70e352e8..c70f019c43 100644
--- a/src/mbgl/style/style.hpp
+++ b/src/mbgl/style/style.hpp
@@ -90,9 +90,7 @@ private:
Observer* observer = nullptr;
- std::string base;
- std::string sprite_url;
- std::string glyph_url;
+ std::string spriteURL;
PropertyTransition defaultTransition;
std::unique_ptr<uv::rwlock> mtx;
ZoomHistory zoomHistory;