summaryrefslogtreecommitdiff
path: root/src/mbgl/style/source.hpp
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-06-14 10:44:26 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-06-14 11:25:45 -0700
commitcf7420a3c9ff4b0b3b79bade045cec59bf465990 (patch)
tree6fd0f9f1a8ccc467488637b6d30a2e7188dd7314 /src/mbgl/style/source.hpp
parent2a991c6846bc6742abd618ec750bd2f01a13b75e (diff)
downloadqtlocation-mapboxgl-cf7420a3c9ff4b0b3b79bade045cec59bf465990.tar.gz
[core] Push Source::geojsonvt down to GeoJSONSource
Diffstat (limited to 'src/mbgl/style/source.hpp')
-rw-r--r--src/mbgl/style/source.hpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mbgl/style/source.hpp b/src/mbgl/style/source.hpp
index 92ca808afb..193f73da4d 100644
--- a/src/mbgl/style/source.hpp
+++ b/src/mbgl/style/source.hpp
@@ -16,12 +16,6 @@
#include <vector>
#include <map>
-namespace mapbox {
-namespace geojsonvt {
-class GeoJSONVT;
-} // namespace geojsonvt
-} // namespace mapbox
-
namespace mbgl {
class Painter;
@@ -99,7 +93,6 @@ protected:
void invalidateTiles();
std::unique_ptr<const Tileset> tileset;
- std::unique_ptr<mapbox::geojsonvt::GeoJSONVT> geojsonvt;
std::unique_ptr<AsyncRequest> req;
SourceObserver* observer = nullptr;