summaryrefslogtreecommitdiff
path: root/platform/node/src/node_geojson.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/node/src/node_geojson.hpp')
-rw-r--r--platform/node/src/node_geojson.hpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/platform/node/src/node_geojson.hpp b/platform/node/src/node_geojson.hpp
deleted file mode 100644
index 9bae86b76a..0000000000
--- a/platform/node/src/node_geojson.hpp
+++ /dev/null
@@ -1,15 +0,0 @@
-#include <mbgl/style/conversion/geojson.hpp>
-
-namespace mbgl {
-namespace style {
-namespace conversion {
-
-template <>
-optional<GeoJSON> Converter<GeoJSON>::operator()(const v8::Local<v8::Value>&, Error& error) const {
- error = { "not implemented" };
- return {};
-}
-
-} // namespace conversion
-} // namespace style
-} // namespace mbgl