summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLLight_Private.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/darwin/src/MGLLight_Private.h')
-rw-r--r--platform/darwin/src/MGLLight_Private.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/platform/darwin/src/MGLLight_Private.h b/platform/darwin/src/MGLLight_Private.h
deleted file mode 100644
index dbc29c1eff..0000000000
--- a/platform/darwin/src/MGLLight_Private.h
+++ /dev/null
@@ -1,23 +0,0 @@
-#import <Foundation/Foundation.h>
-
-#import "MGLLight.h"
-
-namespace mbgl {
- namespace style {
- class Light;
- }
-}
-
-@interface MGLLight (Private)
-
-/**
- Initializes and returns a `MGLLight` associated with a style's light.
- */
-- (instancetype)initWithMBGLLight:(const mbgl::style::Light *)mbglLight;
-
-/**
- Returns an `mbgl::style::Light` representation of the `MGLLight`.
- */
-- (mbgl::style::Light)mbglLight;
-
-@end