summaryrefslogtreecommitdiff
path: root/platform/osx/src/NSBundle+MGLAdditions.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/osx/src/NSBundle+MGLAdditions.h')
-rw-r--r--platform/osx/src/NSBundle+MGLAdditions.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/platform/osx/src/NSBundle+MGLAdditions.h b/platform/osx/src/NSBundle+MGLAdditions.h
deleted file mode 100644
index 642fcf141b..0000000000
--- a/platform/osx/src/NSBundle+MGLAdditions.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#import <Foundation/Foundation.h>
-
-#import "MGLTypes.h"
-
-NS_ASSUME_NONNULL_BEGIN
-
-void mgl_linkBundleCategory();
-
-@interface NSBundle (MGLAdditions)
-
-/// Returns the Mapbox.framework bundle.
-+ (instancetype)mgl_frameworkBundle;
-
-@end
-
-NS_ASSUME_NONNULL_END