From 34e7ae26f47699babc5b01a58616ca464c8010d6 Mon Sep 17 00:00:00 2001 From: Chris Loer Date: Wed, 29 Nov 2017 12:56:11 -0800 Subject: Remove entry point for setting local ideographic font family, so that tests pass. --- platform/macos/src/MGLMapView.mm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/macos/src/MGLMapView.mm b/platform/macos/src/MGLMapView.mm index b41b7ab0d2..484679bbbd 100644 --- a/platform/macos/src/MGLMapView.mm +++ b/platform/macos/src/MGLMapView.mm @@ -223,9 +223,9 @@ public: return self; } -- (instancetype)initWithFrame:(NSRect)frame styleURL:(nullable NSURL *)styleURL localIdeographFontFamily:(nullable NSString *)fontFamily { +- (instancetype)initWithFrame:(NSRect)frame styleURL:(nullable NSURL *)styleURL { if (self = [super initWithFrame:frame]) { - [self commonInit:fontFamily]; + [self commonInit:nil]; self.styleURL = styleURL; } return self; -- cgit v1.2.1