summaryrefslogtreecommitdiff
path: root/include/mbgl/style/layer_type.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/style/layer_type.hpp')
-rw-r--r--include/mbgl/style/layer_type.hpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/include/mbgl/style/layer_type.hpp b/include/mbgl/style/layer_type.hpp
deleted file mode 100644
index 0987ea4d0a..0000000000
--- a/include/mbgl/style/layer_type.hpp
+++ /dev/null
@@ -1,20 +0,0 @@
-#pragma once
-
-namespace mbgl {
-namespace style {
-
-enum class LayerType {
- Fill,
- Line,
- Circle,
- Symbol,
- Raster,
- Hillshade,
- Background,
- Custom,
- FillExtrusion,
- Heatmap,
-};
-
-} // namespace style
-} // namespace mbgl