summaryrefslogtreecommitdiff
path: root/platform/ios/src/MGLTelemetryConfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/src/MGLTelemetryConfig.h')
-rw-r--r--platform/ios/src/MGLTelemetryConfig.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/platform/ios/src/MGLTelemetryConfig.h b/platform/ios/src/MGLTelemetryConfig.h
deleted file mode 100644
index 96e525c969..0000000000
--- a/platform/ios/src/MGLTelemetryConfig.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;
-
-@property (class, nullable, nonatomic, readonly) MGLTelemetryConfig *sharedConfig;
-
-- (void)configurationFromKey:(NSString *)key;
-
-@end
-
-NS_ASSUME_NONNULL_END