summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLComputedShapeSource_Private.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/darwin/src/MGLComputedShapeSource_Private.h')
-rw-r--r--platform/darwin/src/MGLComputedShapeSource_Private.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/platform/darwin/src/MGLComputedShapeSource_Private.h b/platform/darwin/src/MGLComputedShapeSource_Private.h
deleted file mode 100644
index ec075e4bd7..0000000000
--- a/platform/darwin/src/MGLComputedShapeSource_Private.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#import "MGLFoundation.h"
-#import "MGLTypes.h"
-#import "MGLComputedShapeSource.h"
-
-#include <mbgl/style/sources/custom_geometry_source.hpp>
-
-NS_ASSUME_NONNULL_BEGIN
-
-MGL_EXPORT
-mbgl::style::CustomGeometrySource::Options MBGLCustomGeometrySourceOptionsFromDictionary(NSDictionary<MGLShapeSourceOption, id> *options);
-
-NS_ASSUME_NONNULL_END