diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2015-05-20 10:47:42 -0700 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2015-05-20 10:47:42 -0700 |
commit | a081f1af5b7c173da5f5c1beaec8c274aeb353de (patch) | |
tree | b70e5c65ed062008c8af2bdec899979131e65df0 | |
parent | 9a57464f823b36dc0c7b0db75f742a40513ffc87 (diff) | |
download | qtlocation-mapboxgl-a081f1af5b7c173da5f5c1beaec8c274aeb353de.tar.gz |
Removed redundant declaration
-rw-r--r-- | platform/ios/MGLAccountManager.m | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/platform/ios/MGLAccountManager.m b/platform/ios/MGLAccountManager.m index d5b89e9f99..97d7e5e5ec 100644 --- a/platform/ios/MGLAccountManager.m +++ b/platform/ios/MGLAccountManager.m @@ -9,8 +9,6 @@ @property (atomic) BOOL mapboxMetricsEnabledSettingShownInApp; @property (atomic) NSString *accessToken; -+ (void)setMapboxMetricsEnabledSettingShownInApp:(BOOL)showsOptOut; - @end |