summaryrefslogtreecommitdiff
path: root/platform/macos/src/MGLMapView.mm
diff options
context:
space:
mode:
authorAndrew Kitchen <andrew.kitchen@mapbox.com>2017-12-08 10:49:39 -0500
committerChris Loer <chris.loer@mapbox.com>2017-12-11 10:43:00 -0800
commit4418edbfcd68dacecb525d0344a25204e80e17ce (patch)
treec7691f4af9cd23350c03af40b1ba1554fec3cc8e /platform/macos/src/MGLMapView.mm
parent155804be4dfd5dfd5cd6482b218714d59b1075e9 (diff)
downloadqtlocation-mapboxgl-4418edbfcd68dacecb525d0344a25204e80e17ce.tar.gz
[darwin, macos] Rename Info.plist key for consistency
Also removes related dead code in macos MGLMapView.mm
Diffstat (limited to 'platform/macos/src/MGLMapView.mm')
-rw-r--r--platform/macos/src/MGLMapView.mm8
1 files changed, 0 insertions, 8 deletions
diff --git a/platform/macos/src/MGLMapView.mm b/platform/macos/src/MGLMapView.mm
index 78a6d0bfae..b32edffd43 100644
--- a/platform/macos/src/MGLMapView.mm
+++ b/platform/macos/src/MGLMapView.mm
@@ -144,8 +144,6 @@ public:
@property (nonatomic, readwrite) NSView *attributionView;
@property (nonatomic, readwrite) MGLStyle *style;
-@property (nonatomic, readonly) NSString *ideographicFontFamilyName;
-
/// Mapping from reusable identifiers to annotation images.
@property (nonatomic) NS_MUTABLE_DICTIONARY_OF(NSString *, MGLAnnotationImage *) *annotationImagesByIdentifier;
@@ -654,12 +652,6 @@ public:
return _rendererFrontend->getRenderer();
}
-#pragma mark Ideographic Font Info
-
-- (NSString *)ideographicFontFamilyName {
- return [[NSBundle mainBundle] objectForInfoDictionaryKey:@"MGLIdeographicFontFamilyName"];
-}
-
#pragma mark View hierarchy and drawing
- (void)viewWillMoveToWindow:(NSWindow *)newWindow {