summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLShapeSource_Private.h
diff options
context:
space:
mode:
authorJesse Crocker <jesse@gaiagps.com>2017-09-08 14:01:03 -0700
committerAsheem Mamoowala <asheem.mamoowala@mapbox.com>2017-11-22 13:56:38 -0800
commitb2925e71acc272b4afe829149d4b87d59c1dad70 (patch)
tree538714dc1ad34bc36365e639d6db20a7033431f6 /platform/darwin/src/MGLShapeSource_Private.h
parentacae19386129056b9425b114b01f062feecd297e (diff)
downloadqtlocation-mapboxgl-b2925e71acc272b4afe829149d4b87d59c1dad70.tar.gz
[darwin] Abstract ShapeSource interface
Diffstat (limited to 'platform/darwin/src/MGLShapeSource_Private.h')
-rw-r--r--platform/darwin/src/MGLShapeSource_Private.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/platform/darwin/src/MGLShapeSource_Private.h b/platform/darwin/src/MGLShapeSource_Private.h
index 84eb5deed4..1ea2c39b8e 100644
--- a/platform/darwin/src/MGLShapeSource_Private.h
+++ b/platform/darwin/src/MGLShapeSource_Private.h
@@ -12,7 +12,4 @@ namespace mbgl {
@interface MGLShapeSource (Private)
@end
-MGL_EXPORT
-mbgl::style::GeoJSONOptions MGLGeoJSONOptionsFromDictionary(NS_DICTIONARY_OF(MGLShapeSourceOption, id) *options);
-
NS_ASSUME_NONNULL_END