summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLRasterTileSource_Private.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/darwin/src/MGLRasterTileSource_Private.h')
-rw-r--r--platform/darwin/src/MGLRasterTileSource_Private.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/platform/darwin/src/MGLRasterTileSource_Private.h b/platform/darwin/src/MGLRasterTileSource_Private.h
deleted file mode 100644
index 55f342c7ff..0000000000
--- a/platform/darwin/src/MGLRasterTileSource_Private.h
+++ /dev/null
@@ -1,23 +0,0 @@
-#import "MGLRasterTileSource.h"
-
-#include <memory>
-#include <mbgl/util/variant.hpp>
-
-namespace mbgl {
- class Tileset;
- namespace style {
- class RasterSource;
- }
-}
-
-NS_ASSUME_NONNULL_BEGIN
-
-@interface MGLRasterTileSource (Private)
-
-@property (nonatomic, readonly, nullable) mbgl::style::RasterSource *rawSource;
-
-- (std::unique_ptr<mbgl::style::RasterSource>)pendingSourceWithIdentifier:(NSString *)identifier urlOrTileset:(mbgl::variant<std::string, mbgl::Tileset>)urlOrTileset tileSize:(uint16_t)tileSize;
-
-@end
-
-NS_ASSUME_NONNULL_END