summaryrefslogtreecommitdiff
path: root/include/mbgl/geometry/resample.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/geometry/resample.hpp')
-rw-r--r--include/mbgl/geometry/resample.hpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/mbgl/geometry/resample.hpp b/include/mbgl/geometry/resample.hpp
deleted file mode 100644
index bcfe4ca53d..0000000000
--- a/include/mbgl/geometry/resample.hpp
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef MBGL_GEOMETRY_INTERPOLATE
-#define MBGL_GEOMETRY_INTERPOLATE
-
-#include <mbgl/geometry/anchor.hpp>
-#include <mbgl/util/math.hpp>
-
-namespace mbgl {
-
-Anchors resample(const std::vector<Coordinate> &vertices, float spacing,
- float minScale, float maxScale, float tilePixelRatio, int start = 0);
-}
-
-#endif