summaryrefslogtreecommitdiff
path: root/src/mbgl/map/source_info.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/map/source_info.hpp')
-rw-r--r--src/mbgl/map/source_info.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mbgl/map/source_info.hpp b/src/mbgl/map/source_info.hpp
index c279374399..1b8c7a40f9 100644
--- a/src/mbgl/map/source_info.hpp
+++ b/src/mbgl/map/source_info.hpp
@@ -23,7 +23,6 @@ public:
std::string attribution;
std::array<float, 3> center = { { 0, 0, 0 } };
std::array<float, 4> bounds = { { -180, -90, 180, 90 } };
- std::string source_id = "";
};
} // namespace mbgl