summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLStyle_Private.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/darwin/src/MGLStyle_Private.h')
-rw-r--r--platform/darwin/src/MGLStyle_Private.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/platform/darwin/src/MGLStyle_Private.h b/platform/darwin/src/MGLStyle_Private.h
index 00985403f5..55a84f432f 100644
--- a/platform/darwin/src/MGLStyle_Private.h
+++ b/platform/darwin/src/MGLStyle_Private.h
@@ -23,14 +23,13 @@ namespace mbgl {
@property (nonatomic, readonly, weak) MGLMapView *mapView;
@property (nonatomic, readonly) mbgl::style::Style *rawStyle;
-@property (nonatomic, readonly) NSMutableSet *managedLayers;
- (nullable NS_ARRAY_OF(MGLAttributionInfo *) *)attributionInfosWithFontSize:(CGFloat)fontSize linkColor:(nullable MGLColor *)linkColor;
- (void)setStyleClasses:(NS_ARRAY_OF(NSString *) *)appliedClasses transitionDuration:(NSTimeInterval)transitionDuration;
-- (void)addToManagedLayers:(MGLStyleLayer*)layer;
-- (void)removeFromManagedLayers:(MGLStyleLayer*)layer;
+//- (void)addToManagedLayers:(MGLStyleLayer*)layer;
+//- (void)removeFromManagedLayers:(MGLStyleLayer*)layer;
@end
@interface MGLStyle (MGLStreetsAdditions)