summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLBackgroundStyleLayer_Private.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/darwin/src/MGLBackgroundStyleLayer_Private.h')
-rw-r--r--platform/darwin/src/MGLBackgroundStyleLayer_Private.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/platform/darwin/src/MGLBackgroundStyleLayer_Private.h b/platform/darwin/src/MGLBackgroundStyleLayer_Private.h
deleted file mode 100644
index b50a681b41..0000000000
--- a/platform/darwin/src/MGLBackgroundStyleLayer_Private.h
+++ /dev/null
@@ -1,17 +0,0 @@
-// This file is generated.
-// Edit platform/darwin/scripts/generate-style-code.js, then run `make darwin-style-code`.
-#pragma once
-
-#include "MGLStyleLayer_Private.h"
-
-#include <mbgl/layermanager/background_layer_factory.hpp>
-
-namespace mbgl {
-
-class BackgroundStyleLayerPeerFactory : public LayerPeerFactory, public mbgl::BackgroundLayerFactory {
- // LayerPeerFactory overrides.
- LayerFactory* getCoreLayerFactory() final { return this; }
- virtual MGLStyleLayer* createPeer(style::Layer*) final;
-};
-
-} // namespace mbgl