summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLGeoJSONSource_Private.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/darwin/src/MGLGeoJSONSource_Private.h')
-rw-r--r--platform/darwin/src/MGLGeoJSONSource_Private.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/platform/darwin/src/MGLGeoJSONSource_Private.h b/platform/darwin/src/MGLGeoJSONSource_Private.h
deleted file mode 100644
index de5bb10fac..0000000000
--- a/platform/darwin/src/MGLGeoJSONSource_Private.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#import "MGLGeoJSONSource.h"
-#import "MGLGeoJSONSource_Private.h"
-
-#include <mbgl/style/sources/geojson_source.hpp>
-
-@interface MGLGeoJSONSource (Private)
-
-- (mbgl::style::GeoJSONOptions)geoJSONOptions;
-
-@end