summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--platform/ios/src/MGLConfig.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/platform/ios/src/MGLConfig.h b/platform/ios/src/MGLConfig.h
deleted file mode 100644
index 527d344291..0000000000
--- a/platform/ios/src/MGLConfig.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#import <Foundation/Foundation.h>
-#import <CoreLocation/CoreLocation.h>
-
-NS_ASSUME_NONNULL_BEGIN
-
-@interface MGLTelemetryConfig : NSObject
-
-@property (nonatomic) CLLocationDistance MGLLocationManagerHibernationRadius;
-
-extern NSString *const MGLMapboxMetricsProfile;
-
-+ (nullable instancetype)sharedConfig;
-
-- (void)configurationFromKey:(NSString *)key;
-
-@end
-
-NS_ASSUME_NONNULL_END