summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLStyleLayer_Private.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/darwin/src/MGLStyleLayer_Private.hpp')
-rw-r--r--platform/darwin/src/MGLStyleLayer_Private.hpp30
1 files changed, 0 insertions, 30 deletions
diff --git a/platform/darwin/src/MGLStyleLayer_Private.hpp b/platform/darwin/src/MGLStyleLayer_Private.hpp
deleted file mode 100644
index b62093d321..0000000000
--- a/platform/darwin/src/MGLStyleLayer_Private.hpp
+++ /dev/null
@@ -1,30 +0,0 @@
-#import <Foundation/Foundation.h>
-#include <mbgl/style/layer.hpp>
-
-#import "MGLStyleLayer.h"
-#import "MGLStyleAttribute.hpp"
-
-#import "NSNumber+MGLStyleAttributeAdditions_Private.hpp"
-#import "NSArray+MGLStyleAttributeAdditions_Private.hpp"
-#import "NSString+MGLStyleAttributeAdditions_Private.hpp"
-#import "NSValue+MGLStyleAttributeAdditions_Private.hpp"
-#import "MGLStyleAttributeFunction_Private.hpp"
-#import "MGLStyleAttributeValue_Private.hpp"
-
-#if TARGET_OS_IPHONE
-#import "UIColor+MGLAdditions.hpp"
-#import "UIColor+MGLStyleAttributeAdditions_Private.hpp"
-#else
-#import "NSColor+MGLAdditions.hpp"
-#import "NSColor+MGLStyleAttributeAdditions_Private.hpp"
-#endif
-
-@class MGLMapView;
-
-@protocol MGLStyleLayer_Private <MGLStyleLayer>
-
-@property (nonatomic, weak) MGLMapView *mapView;
-@property (nonatomic, readwrite, copy) NSString *layerIdentifier;
-@property (nonatomic) mbgl::style::Layer *layer;
-
-@end