summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmkiley <jordan.kiley@mapbox.com>2017-11-08 15:40:03 -0800
committerjmkiley <jordan.kiley@mapbox.com>2017-11-08 15:40:03 -0800
commit9933931260ac8c4aeec3af6a5c8ca53e48b9a878 (patch)
tree27863f91324cecaeb23374502c02be4101879963
parent679b52c61fb699deda5bcb915c7c5ec4d6deddd5 (diff)
downloadqtlocation-mapboxgl-9933931260ac8c4aeec3af6a5c8ca53e48b9a878.tar.gz
[ios] removed test code
-rw-r--r--platform/ios/app/MBXViewController.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/ios/app/MBXViewController.m b/platform/ios/app/MBXViewController.m
index 7510a4851f..2c3d26b489 100644
--- a/platform/ios/app/MBXViewController.m
+++ b/platform/ios/app/MBXViewController.m
@@ -164,7 +164,6 @@ typedef NS_ENUM(NSInteger, MBXSettingsMiscellaneousRows) {
self.debugLoggingEnabled = [[NSUserDefaults standardUserDefaults] boolForKey:@"MGLMapboxMetricsDebugLoggingEnabled"];
self.mapView.scaleBar.hidden = NO;
self.mapView.showsUserHeadingIndicator = YES;
-// if (@available(iOS 11.0, *)) { self.mapView.accessibilityIgnoresInvertColors = NO; }
self.hudLabel.hidden = YES;
if ([UIFont respondsToSelector:@selector(monospacedDigitSystemFontOfSize:weight:)]) {
self.hudLabel.titleLabel.font = [UIFont monospacedDigitSystemFontOfSize:10 weight:UIFontWeightRegular];