From b154992dd116b48a264295a0bf390a1d27c0ea86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguy=E1=BB=85n?= Date: Sat, 6 Jan 2018 00:56:08 -0800 Subject: [ios, macos] Removed redundant typedef Fixed a jazzy warning. --- platform/darwin/src/MGLShapeSource.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/platform/darwin/src/MGLShapeSource.h b/platform/darwin/src/MGLShapeSource.h index ca150edac1..929609e91f 100644 --- a/platform/darwin/src/MGLShapeSource.h +++ b/platform/darwin/src/MGLShapeSource.h @@ -8,11 +8,6 @@ NS_ASSUME_NONNULL_BEGIN @protocol MGLFeature; -/** - Options for `MGLShapeSource` objects. - */ -typedef NSString *MGLShapeSourceOption NS_STRING_ENUM; - /** `MGLShapeSource` is a map content source that supplies vector shapes to be shown on the map. The shapes may be instances of `MGLShape` or `MGLFeature`, -- cgit v1.2.1