summaryrefslogtreecommitdiff
path: root/include/mbgl/style/types.hpp
diff options
context:
space:
mode:
authorAnsis Brammanis <brammanis@gmail.com>2014-08-13 16:16:08 -0700
committerKonstantin Käfer <mail@kkaefer.com>2014-08-15 15:52:53 +0200
commit32a1711d8cd00a5d85c61802f79619b85b9cc38a (patch)
tree06eafd07790c97fd4de063f766a04a06ed66c4db /include/mbgl/style/types.hpp
parent478a1dae6701f73d2a1cbcc2b7c6470671f47c4a (diff)
downloadqtlocation-mapboxgl-32a1711d8cd00a5d85c61802f79619b85b9cc38a.tar.gz
remove support for composite layers
Diffstat (limited to 'include/mbgl/style/types.hpp')
-rw-r--r--include/mbgl/style/types.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/mbgl/style/types.hpp b/include/mbgl/style/types.hpp
index 55b7685fd3..fa21f819a5 100644
--- a/include/mbgl/style/types.hpp
+++ b/include/mbgl/style/types.hpp
@@ -19,7 +19,6 @@ enum class StyleLayerType : uint8_t {
Line,
Symbol,
Raster,
- Composite,
Background
};
@@ -29,7 +28,6 @@ MBGL_DEFINE_ENUM_CLASS(StyleLayerTypeClass, StyleLayerType, {
{ StyleLayerType::Line, "line" },
{ StyleLayerType::Symbol, "symbol" },
{ StyleLayerType::Raster, "raster" },
- { StyleLayerType::Composite, "composite" },
{ StyleLayerType::Background, "background" },
{ StyleLayerType(-1), "unknown" },
});