From 5e239703e8a22ebc6109d1fd90160b2375a630dd Mon Sep 17 00:00:00 2001 From: Jesse Bounds Date: Wed, 7 Sep 2016 11:12:11 -0700 Subject: [PATCH] [ios, macos] Remove commented code --- platform/darwin/src/MGLStyleLayer.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/platform/darwin/src/MGLStyleLayer.h b/platform/darwin/src/MGLStyleLayer.h index b17fe7f9559..d4ed525a3f3 100644 --- a/platform/darwin/src/MGLStyleLayer.h +++ b/platform/darwin/src/MGLStyleLayer.h @@ -9,8 +9,4 @@ @property (nonatomic, readonly) NSString *sourceIdentifier; @property (nonatomic, readonly) NSString *sourceLayerIdentifier; -//- (instancetype)initWithLayerIdentifier:(NSString *)layerIdentifier; -//- (instancetype)initWithLayerIdentifier:(NSString *)layerIdentifier sourceIdentifier:(NSString *)sourceIdentifier; -//- (instancetype)initWithLayerIdentifier:(NSString *)layerIdentifier sourceIdentifier:(NSString *)sourceIdentifier sourceLayer:(NSString *)sourceLayer; - @end