summaryrefslogtreecommitdiff
path: root/src/mbgl/tile/geojson_tile_data.hpp
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-06-07 15:21:06 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-06-13 10:57:46 -0700
commit0035eb0122445c1405ce67f0f21b96fb45749d90 (patch)
treed368f8fd25b2a69c5e76849fa49acf7bd0480731 /src/mbgl/tile/geojson_tile_data.hpp
parent06d9f8f4bbc395a90ad74e38cfbfd88458c0b15a (diff)
downloadqtlocation-mapboxgl-0035eb0122445c1405ce67f0f21b96fb45749d90.tar.gz
[core] Merge geojson_tile_data.{hpp,cpp} into geojson_tile.{hpp,cpp}
Diffstat (limited to 'src/mbgl/tile/geojson_tile_data.hpp')
-rw-r--r--src/mbgl/tile/geojson_tile_data.hpp28
1 files changed, 0 insertions, 28 deletions
diff --git a/src/mbgl/tile/geojson_tile_data.hpp b/src/mbgl/tile/geojson_tile_data.hpp
deleted file mode 100644
index 613ef2d962..0000000000
--- a/src/mbgl/tile/geojson_tile_data.hpp
+++ /dev/null
@@ -1,28 +0,0 @@
-#pragma once
-
-#include <mbgl/tile/geometry_tile_data.hpp>
-
-namespace mapbox {
-namespace geojsonvt {
-class GeoJSONVT;
-} // namespace geojsonvt
-} // namespace mapbox
-
-namespace mbgl {
-
-namespace style {
-class UpdateParameters;
-}
-
-class GeoJSONTileData : public GeometryTileData {
-public:
- GeoJSONTileData(const OverscaledTileID&,
- std::string sourceID,
- const style::UpdateParameters&,
- mapbox::geojsonvt::GeoJSONVT*);
- ~GeoJSONTileData();
-
- void setNecessity(Necessity) final;
-};
-
-} // namespace mbgl