From ac8c89085f5e3585e96523f7ba1e183d62cdd2c7 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 92b7c853b9..d5512cb6cc 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