summaryrefslogtreecommitdiff
path: root/src/mbgl/util/geojson.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/util/geojson.cpp')
-rw-r--r--src/mbgl/util/geojson.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mbgl/util/geojson.cpp b/src/mbgl/util/geojson.cpp
deleted file mode 100644
index a17d01f933..0000000000
--- a/src/mbgl/util/geojson.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
-#include <mbgl/util/geojson.hpp>
-
-#include <mapbox/geojsonvt.hpp>
-
-namespace mbgl {
-
-GeoJSON::GeoJSON(std::unique_ptr<mapbox::geojsonvt::GeoJSONVT> impl_) : impl(std::move(impl_)) {}
-GeoJSON::GeoJSON(GeoJSON&&) = default;
-GeoJSON::~GeoJSON() = default;
-
-} // namespace mbgl