summaryrefslogtreecommitdiff
path: root/src/mbgl/tile/geojson_tile_data.hpp
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-06-06 17:34:52 -0700
committerKonstantin Käfer <mail@kkaefer.com>2016-06-10 12:42:14 +0200
commit91ddcbce20b69ae4b5615723670fe0f310a528e3 (patch)
tree8dd64ba7dffce47bb76ee4f326ecfa9a8a59c2f3 /src/mbgl/tile/geojson_tile_data.hpp
parentd62baffb1b73b0dd135c253e0a52565fcc33f2ec (diff)
downloadqtlocation-mapboxgl-91ddcbce20b69ae4b5615723670fe0f310a528e3.tar.gz
[core] Merge GeoJSONTileSource into GeoJSONTileData
Diffstat (limited to 'src/mbgl/tile/geojson_tile_data.hpp')
-rw-r--r--src/mbgl/tile/geojson_tile_data.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mbgl/tile/geojson_tile_data.hpp b/src/mbgl/tile/geojson_tile_data.hpp
index 2110b4b9c8..613ef2d962 100644
--- a/src/mbgl/tile/geojson_tile_data.hpp
+++ b/src/mbgl/tile/geojson_tile_data.hpp
@@ -10,8 +10,6 @@ class GeoJSONVT;
namespace mbgl {
-class TileSource;
-
namespace style {
class UpdateParameters;
}
@@ -25,9 +23,6 @@ public:
~GeoJSONTileData();
void setNecessity(Necessity) final;
-
-private:
- std::unique_ptr<TileSource> tileSource;
};
} // namespace mbgl